Html Css Color HEX #CA3859 Old Rose

📋 copy color: '#CA3859'

red 202 ◦ green 56 ◦ blue 89

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

Shades of Old Rose #CA3859

Tints of Old Rose #CA3859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 58.21%
G = 16.14%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA3859 (or 0xCA3859) is known color: Old Rose. HEX triplet: CA, 38 and 59. RGB value is (202,56,89). Sum of RGB (Red+Green+Blue) = 202+56+89=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3859 is #35C7A6. Grayscale: #676767. Windows color (decimal): -3524519 or 5847242. OLE color: 5847242.

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

Color convert

RGB 202 56 89 -
CMYK 0 0.72 0.56 0.21
HSL 346.44º 0.58% 0.51% -
HSV(B) 346.44º 0.72% 0.79% -
XYZ 27.57 16.11 11.11 -
YUV 103.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 202 56 89 0 0.72 0.56 0.21 346.44 0.58 0.51
Hex CA 38 59 0 48 38 15 15A 3A 33
Octal 312 70 131 0 110 70 25 532 72 63
Binary 11001010 111000 1011001 0 1001000 111000 10101 101011010 111010 110011

Color Harmonies of #CA3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3859

Black with #CA3859

Text Example


Text Example

White with #CA3859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3859; }

 p { color: rgb(202,56,89); }

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

background-color css

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

 a { background-color: rgb(202,56,89); }

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

border-color css

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

 span { border-color: rgb(202,56,89); }

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