Html Css Color HEX #CC2C50 Old Rose

📋 copy color: '#CC2C50'

red 204 ◦ green 44 ◦ blue 80

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

Shades of Old Rose #CC2C50

Tints of Old Rose #CC2C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 62.2%
G = 13.41%
B = 24.39%

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

#CC2C50 (or 0xCC2C50) is known color: Old Rose. HEX triplet: CC, 2C and 50. RGB value is (204,44,80). Sum of RGB (Red+Green+Blue) = 204+44+80=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C50 is #33D3AF. Grayscale: #5F5F5F. Windows color (decimal): -3396528 or 5254348. OLE color: 5254348.

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

Color convert

RGB 204 44 80 -
CMYK 0 0.78 0.61 0.2
HSL 346.5º 0.65% 0.49% -
HSV(B) 346.5º 0.78% 0.8% -
XYZ 27.25 15.22 9.09 -
YUV 95.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 204 44 80 0 0.78 0.61 0.2 346.5 0.65 0.49
Hex CC 2C 50 0 4E 3D 14 15A 41 31
Octal 314 54 120 0 116 75 24 532 101 61
Binary 11001100 101100 1010000 0 1001110 111101 10100 101011010 1000001 110001

Color Harmonies of #CC2C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C50

Black with #CC2C50

Text Example


Text Example

White with #CC2C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C50; }

 p { color: rgb(204,44,80); }

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

background-color css

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

 a { background-color: rgb(204,44,80); }

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

border-color css

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

 span { border-color: rgb(204,44,80); }

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