Html Css Color HEX #CC2857 Old Rose

📋 copy color: '#CC2857'

red 204 ◦ green 40 ◦ blue 87

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

Shades of Old Rose #CC2857

Tints of Old Rose #CC2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

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

R = 61.63%
G = 12.08%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2857 (or 0xCC2857) is known color: Old Rose. HEX triplet: CC, 28 and 57. RGB value is (204,40,87). Sum of RGB (Red+Green+Blue) = 204+40+87=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2857 is #33D7A8. Grayscale: #5E5E5E. Windows color (decimal): -3397545 or 5712076. OLE color: 5712076.

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

Color convert

RGB 204 40 87 -
CMYK 0 0.80 0.57 0.2
HSL 342.8º 0.67% 0.48% -
HSV(B) 342.8º 0.8% 0.8% -
XYZ 27.38 15.04 10.48 -
YUV 94.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 204 40 87 0 0.80 0.57 0.2 342.8 0.67 0.48
Hex CC 28 57 0 50 39 14 157 43 30
Octal 314 50 127 0 120 71 24 527 103 60
Binary 11001100 101000 1010111 0 1010000 111001 10100 101010111 1000011 110000

Color Harmonies of #CC2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2857

Black with #CC2857

Text Example


Text Example

White with #CC2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2857; }

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

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

background-color css

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

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

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

border-color css

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

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

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