Html Css Color HEX #CA2459 Old Rose

📋 copy color: '#CA2459'

red 202 ◦ green 36 ◦ blue 89

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

Shades of Old Rose #CA2459

Tints of Old Rose #CA2459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 61.77%
G = 11.01%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA2459 (or 0xCA2459) is known color: Old Rose. HEX triplet: CA, 24 and 59. RGB value is (202,36,89). Sum of RGB (Red+Green+Blue) = 202+36+89=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2459 is #35DBA6. Grayscale: #5B5B5B. Windows color (decimal): -3529639 or 5842122. OLE color: 5842122.

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

Color convert

RGB 202 36 89 -
CMYK 0 0.82 0.56 0.21
HSL 340.84º 0.7% 0.47% -
HSV(B) 340.84º 0.82% 0.79% -
XYZ 26.79 14.54 10.85 -
YUV 91.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 202 36 89 0 0.82 0.56 0.21 340.84 0.7 0.47
Hex CA 24 59 0 52 38 15 155 46 2F
Octal 312 44 131 0 122 70 25 525 106 57
Binary 11001010 100100 1011001 0 1010010 111000 10101 101010101 1000110 101111

Color Harmonies of #CA2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2459

Black with #CA2459

Text Example


Text Example

White with #CA2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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