Html Css Color HEX #CC2457 Old Rose

📋 copy color: '#CC2457'

red 204 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #CC2457

Tints of Old Rose #CC2457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 62.39%
G = 11.01%
B = 26.61%

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

#CC2457 (or 0xCC2457) is known color: Old Rose. HEX triplet: CC, 24 and 57. RGB value is (204,36,87). Sum of RGB (Red+Green+Blue) = 204+36+87=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2457 is #33DBA8. Grayscale: #5C5C5C. Windows color (decimal): -3398569 or 5711052. OLE color: 5711052.

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

Color convert

RGB 204 36 87 -
CMYK 0 0.82 0.57 0.2
HSL 341.79º 0.7% 0.47% -
HSV(B) 341.79º 0.82% 0.8% -
XYZ 27.25 14.79 10.43 -
YUV 92.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 204 36 87 0 0.82 0.57 0.2 341.79 0.7 0.47
Hex CC 24 57 0 52 39 14 156 46 2F
Octal 314 44 127 0 122 71 24 526 106 57
Binary 11001100 100100 1010111 0 1010010 111001 10100 101010110 1000110 101111

Color Harmonies of #CC2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2457

Black with #CC2457

Text Example


Text Example

White with #CC2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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