Html Css Color HEX #CA2959 Old Rose

📋 copy color: '#CA2959'

red 202 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #CA2959

Tints of Old Rose #CA2959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 60.84%
G = 12.35%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA2959 (or 0xCA2959) is known color: Old Rose. HEX triplet: CA, 29 and 59. RGB value is (202,41,89). Sum of RGB (Red+Green+Blue) = 202+41+89=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2959 is #35D6A6. Grayscale: #5E5E5E. Windows color (decimal): -3528359 or 5843402. OLE color: 5843402.

HSL color Cylindrical-coordinate representation of color #CA2959: hue angle of 342.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2959 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 89 -
CMYK 0 0.80 0.56 0.21
HSL 342.11º 0.66% 0.48% -
HSV(B) 342.11º 0.8% 0.79% -
XYZ 26.95 14.86 10.9 -
YUV 94.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 202 41 89 0 0.80 0.56 0.21 342.11 0.66 0.48
Hex CA 29 59 0 50 38 15 156 42 30
Octal 312 51 131 0 120 70 25 526 102 60
Binary 11001010 101001 1011001 0 1010000 111000 10101 101010110 1000010 110000

Color Harmonies of #CA2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2959

Black with #CA2959

Text Example


Text Example

White with #CA2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2959; }

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

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

background-color css

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

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

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

border-color css

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

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

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