Html Css Color HEX #CA365C Old Rose

📋 copy color: '#CA365C'

red 202 ◦ green 54 ◦ blue 92

#CA365C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CA365C

Tints of Old Rose #CA365C

RGB

 RED value IS 202 (79.3% from 255) = 58.05%

 GREEN value IS 54 (21.48% from 255) = 15.52%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 58.05%
G = 15.52%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA365C (or 0xCA365C) is known color: Old Rose. HEX triplet: CA, 36 and 5C. RGB value is (202,54,92). Sum of RGB (Red+Green+Blue) = 202+54+92=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA365C is #35C9A3. Grayscale: #666666. Windows color (decimal): -3525028 or 6043338. OLE color: 6043338.

HSL color Cylindrical-coordinate representation of color #CA365C: hue angle of 344.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA365C is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 92 -
CMYK 0 0.73 0.54 0.21
HSL 344.59º 0.58% 0.5% -
HSV(B) 344.59º 0.73% 0.79% -
XYZ 27.61 15.97 11.75 -
YUV 102.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 202 54 92 0 0.73 0.54 0.21 344.59 0.58 0.5
Hex CA 36 5C 0 49 36 15 159 3A 32
Octal 312 66 134 0 111 66 25 531 72 62
Binary 11001010 110110 1011100 0 1001001 110110 10101 101011001 111010 110010

Color Harmonies of #CA365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA365C

Black with #CA365C

Text Example


Text Example

White with #CA365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA365C; }

 p { color: rgb(202,54,92); }

 H1.HeaderClassName
 {
   color: #CA365C;
 }
 .AnyTagClassName
 {
   color: #CA365C;
 }
</style>

background-color css

<style>
 a { background-color: #CA365C; }

 a { background-color: rgb(202,54,92); }

 div.DivClassName
 {
   background-color: #CA365C;
 }
 .BgClassName
 {
   background-color: #CA365C;
 }
</style>

border-color css

<style>
 span { border-color: #CA365C; }

 span { border-color: rgb(202,54,92); }

 td.TdClassName
 {
   border-color: #CA365C;
 }
 .TagClassName
 {
   border-color: #CA365C;
 }
</style>