Html Css Color HEX #CC2458 Old Rose

📋 copy color: '#CC2458'

red 204 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #CC2458

Tints of Old Rose #CC2458

RGB

 RED value IS 204 (80.08% from 255) = 62.2%

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

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

R = 62.2%
G = 10.98%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2458 (or 0xCC2458) is known color: Old Rose. HEX triplet: CC, 24 and 58. RGB value is (204,36,88). Sum of RGB (Red+Green+Blue) = 204+36+88=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2458 is #33DBA7. Grayscale: #5C5C5C. Windows color (decimal): -3398568 or 5776588. OLE color: 5776588.

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

Color convert

RGB 204 36 88 -
CMYK 0 0.82 0.57 0.2
HSL 341.43º 0.7% 0.47% -
HSV(B) 341.43º 0.82% 0.8% -
XYZ 27.29 14.8 10.65 -
YUV 92.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 204 36 88 0 0.82 0.57 0.2 341.43 0.7 0.47
Hex CC 24 58 0 52 39 14 155 46 2F
Octal 314 44 130 0 122 71 24 525 106 57
Binary 11001100 100100 1011000 0 1010010 111001 10100 101010101 1000110 101111

Color Harmonies of #CC2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2458

Black with #CC2458

Text Example


Text Example

White with #CC2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2458; }

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

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

background-color css

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

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

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

border-color css

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

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

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