Html Css Color HEX #CC2D4F Old Rose

📋 copy color: '#CC2D4F'

red 204 ◦ green 45 ◦ blue 79

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

Shades of Old Rose #CC2D4F

Tints of Old Rose #CC2D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.09%

R = 62.2%
G = 13.72%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC2D4F (or 0xCC2D4F) is known color: Old Rose. HEX triplet: CC, 2D and 4F. RGB value is (204,45,79). Sum of RGB (Red+Green+Blue) = 204+45+79=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D4F is #33D2B0. Grayscale: #606060. Windows color (decimal): -3396273 or 5189068. OLE color: 5189068.

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

Color convert

RGB 204 45 79 -
CMYK 0 0.78 0.61 0.2
HSL 347.17º 0.64% 0.49% -
HSV(B) 347.17º 0.78% 0.8% -
XYZ 27.25 15.28 8.91 -
YUV 96.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 204 45 79 0 0.78 0.61 0.2 347.17 0.64 0.49
Hex CC 2D 4F 0 4E 3D 14 15B 40 31
Octal 314 55 117 0 116 75 24 533 100 61
Binary 11001100 101101 1001111 0 1001110 111101 10100 101011011 1000000 110001

Color Harmonies of #CC2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D4F

Black with #CC2D4F

Text Example


Text Example

White with #CC2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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