Html Css Color HEX #CC2555 Old Rose

📋 copy color: '#CC2555'

red 204 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #CC2555

Tints of Old Rose #CC2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 62.58%
G = 11.35%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2555 (or 0xCC2555) is known color: Old Rose. HEX triplet: CC, 25 and 55. RGB value is (204,37,85). Sum of RGB (Red+Green+Blue) = 204+37+85=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2555 is #33DAAA. Grayscale: #5C5C5C. Windows color (decimal): -3398315 or 5580236. OLE color: 5580236.

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

Color convert

RGB 204 37 85 -
CMYK 0 0.82 0.58 0.2
HSL 342.75º 0.69% 0.47% -
HSV(B) 342.75º 0.82% 0.8% -
XYZ 27.2 14.82 10.02 -
YUV 92.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 204 37 85 0 0.82 0.58 0.2 342.75 0.69 0.47
Hex CC 25 55 0 52 3A 14 157 45 2F
Octal 314 45 125 0 122 72 24 527 105 57
Binary 11001100 100101 1010101 0 1010010 111010 10100 101010111 1000101 101111

Color Harmonies of #CC2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2555

Black with #CC2555

Text Example


Text Example

White with #CC2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2555; }

 p { color: rgb(204,37,85); }

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

background-color css

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

 a { background-color: rgb(204,37,85); }

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

border-color css

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

 span { border-color: rgb(204,37,85); }

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