Html Css Color HEX #CC2F51 Old Rose

📋 copy color: '#CC2F51'

red 204 ◦ green 47 ◦ blue 81

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

Shades of Old Rose #CC2F51

Tints of Old Rose #CC2F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 61.45%
G = 14.16%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC2F51 (or 0xCC2F51) is known color: Old Rose. HEX triplet: CC, 2F and 51. RGB value is (204,47,81). Sum of RGB (Red+Green+Blue) = 204+47+81=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F51 is #33D0AE. Grayscale: #616161. Windows color (decimal): -3395759 or 5320652. OLE color: 5320652.

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

Color convert

RGB 204 47 81 -
CMYK 0 0.77 0.60 0.2
HSL 347.01º 0.63% 0.49% -
HSV(B) 347.01º 0.77% 0.8% -
XYZ 27.4 15.46 9.33 -
YUV 97.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 204 47 81 0 0.77 0.60 0.2 347.01 0.63 0.49
Hex CC 2F 51 0 4D 3C 14 15B 3F 31
Octal 314 57 121 0 115 74 24 533 77 61
Binary 11001100 101111 1010001 0 1001101 111100 10100 101011011 111111 110001

Color Harmonies of #CC2F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F51

Black with #CC2F51

Text Example


Text Example

White with #CC2F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F51; }

 p { color: rgb(204,47,81); }

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

background-color css

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

 a { background-color: rgb(204,47,81); }

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

border-color css

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

 span { border-color: rgb(204,47,81); }

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