Html Css Color HEX #CC2D56 Old Rose

📋 copy color: '#CC2D56'

red 204 ◦ green 45 ◦ blue 86

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

Shades of Old Rose #CC2D56

Tints of Old Rose #CC2D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 60.9%
G = 13.43%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2D56 (or 0xCC2D56) is known color: Old Rose. HEX triplet: CC, 2D and 56. RGB value is (204,45,86). Sum of RGB (Red+Green+Blue) = 204+45+86=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D56 is #33D2A9. Grayscale: #616161. Windows color (decimal): -3396266 or 5647820. OLE color: 5647820.

HSL color Cylindrical-coordinate representation of color #CC2D56: hue angle of 344.53º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D56 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 45 86 -
CMYK 0 0.78 0.58 0.2
HSL 344.53º 0.64% 0.49% -
HSV(B) 344.53º 0.78% 0.8% -
XYZ 27.52 15.39 10.32 -
YUV 97.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 204 45 86 0 0.78 0.58 0.2 344.53 0.64 0.49
Hex CC 2D 56 0 4E 3A 14 159 40 31
Octal 314 55 126 0 116 72 24 531 100 61
Binary 11001100 101101 1010110 0 1001110 111010 10100 101011001 1000000 110001

Color Harmonies of #CC2D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D56

Black with #CC2D56

Text Example


Text Example

White with #CC2D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D56; }

 p { color: rgb(204,45,86); }

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

background-color css

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

 a { background-color: rgb(204,45,86); }

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

border-color css

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

 span { border-color: rgb(204,45,86); }

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