Html Css Color HEX #CC2F54 Old Rose

📋 copy color: '#CC2F54'

red 204 ◦ green 47 ◦ blue 84

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

Shades of Old Rose #CC2F54

Tints of Old Rose #CC2F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 60.9%
G = 14.03%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2F54 (or 0xCC2F54) is known color: Old Rose. HEX triplet: CC, 2F and 54. RGB value is (204,47,84). Sum of RGB (Red+Green+Blue) = 204+47+84=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F54 is #33D0AB. Grayscale: #626262. Windows color (decimal): -3395756 or 5517260. OLE color: 5517260.

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

Color convert

RGB 204 47 84 -
CMYK 0 0.77 0.59 0.2
HSL 345.86º 0.63% 0.49% -
HSV(B) 345.86º 0.77% 0.8% -
XYZ 27.52 15.51 9.93 -
YUV 98.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 204 47 84 0 0.77 0.59 0.2 345.86 0.63 0.49
Hex CC 2F 54 0 4D 3B 14 15A 3F 31
Octal 314 57 124 0 115 73 24 532 77 61
Binary 11001100 101111 1010100 0 1001101 111011 10100 101011010 111111 110001

Color Harmonies of #CC2F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F54

Black with #CC2F54

Text Example


Text Example

White with #CC2F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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