Html Css Color HEX #CA2458 Old Rose

📋 copy color: '#CA2458'

red 202 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #CA2458

Tints of Old Rose #CA2458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 61.96%
G = 11.04%
B = 26.99%

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

#CA2458 (or 0xCA2458) is known color: Old Rose. HEX triplet: CA, 24 and 58. RGB value is (202,36,88). Sum of RGB (Red+Green+Blue) = 202+36+88=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2458 is #35DBA7. Grayscale: #5B5B5B. Windows color (decimal): -3529640 or 5776586. OLE color: 5776586.

HSL color Cylindrical-coordinate representation of color #CA2458: hue angle of 341.2º 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 #CA2458 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 88 -
CMYK 0 0.82 0.56 0.21
HSL 341.2º 0.7% 0.47% -
HSV(B) 341.2º 0.82% 0.79% -
XYZ 26.75 14.52 10.63 -
YUV 91.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 202 36 88 0 0.82 0.56 0.21 341.2 0.7 0.47
Hex CA 24 58 0 52 38 15 155 46 2F
Octal 312 44 130 0 122 70 25 525 106 57
Binary 11001010 100100 1011000 0 1010010 111000 10101 101010101 1000110 101111

Color Harmonies of #CA2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2458

Black with #CA2458

Text Example


Text Example

White with #CA2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2458; }

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

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

background-color css

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

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

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

border-color css

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

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

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