Html Css Color HEX #CC4972 Cabaret

📋 copy color: '#CC4972'

red 204 ◦ green 73 ◦ blue 114

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

Shades of Cabaret #CC4972

Tints of Cabaret #CC4972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 114 (44.92% from 255) = 29.16%

R = 52.17%
G = 18.67%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4972 (or 0xCC4972) is known color: Cabaret. HEX triplet: CC, 49 and 72. RGB value is (204,73,114). Sum of RGB (Red+Green+Blue) = 204+73+114=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4972 is #33B68D. Grayscale: #747474. Windows color (decimal): -3389070 or 7489996. OLE color: 7489996.

HSL color Cylindrical-coordinate representation of color #CC4972: hue angle of 341.22º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4972 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 114 -
CMYK 0 0.64 0.44 0.2
HSL 341.22º 0.56% 0.54% -
HSV(B) 341.22º 0.64% 0.8% -
XYZ 30.32 18.82 17.95 -
YUV 116.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 204 73 114 0 0.64 0.44 0.2 341.22 0.56 0.54
Hex CC 49 72 0 40 2C 14 155 38 36
Octal 314 111 162 0 100 54 24 525 70 66
Binary 11001100 1001001 1110010 0 1000000 101100 10100 101010101 111000 110110

Color Harmonies of #CC4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4972

Black with #CC4972

Text Example


Text Example

White with #CC4972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4972; }

 p { color: rgb(204,73,114); }

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

background-color css

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

 a { background-color: rgb(204,73,114); }

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

border-color css

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

 span { border-color: rgb(204,73,114); }

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