Html Css Color HEX #CC2F53 Old Rose

📋 copy color: '#CC2F53'

red 204 ◦ green 47 ◦ blue 83

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

Shades of Old Rose #CC2F53

Tints of Old Rose #CC2F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.85%

R = 61.08%
G = 14.07%
B = 24.85%

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

#CC2F53 (or 0xCC2F53) is known color: Old Rose. HEX triplet: CC, 2F and 53. RGB value is (204,47,83). Sum of RGB (Red+Green+Blue) = 204+47+83=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2F53 is #33D0AC. Grayscale: #626262. Windows color (decimal): -3395757 or 5451724. OLE color: 5451724.

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

Color convert

RGB 204 47 83 -
CMYK 0 0.77 0.59 0.2
HSL 346.24º 0.63% 0.49% -
HSV(B) 346.24º 0.77% 0.8% -
XYZ 27.48 15.49 9.73 -
YUV 98.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 204 47 83 0 0.77 0.59 0.2 346.24 0.63 0.49
Hex CC 2F 53 0 4D 3B 14 15A 3F 31
Octal 314 57 123 0 115 73 24 532 77 61
Binary 11001100 101111 1010011 0 1001101 111011 10100 101011010 111111 110001

Color Harmonies of #CC2F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F53

Black with #CC2F53

Text Example


Text Example

White with #CC2F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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