Html Css Color HEX #CC4772 Cabaret

📋 copy color: '#CC4772'

red 204 ◦ green 71 ◦ blue 114

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

Shades of Cabaret #CC4772

Tints of Cabaret #CC4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

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

R = 52.44%
G = 18.25%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4772 (or 0xCC4772) is known color: Cabaret. HEX triplet: CC, 47 and 72. RGB value is (204,71,114). Sum of RGB (Red+Green+Blue) = 204+71+114=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4772 is #33B88D. Grayscale: #737373. Windows color (decimal): -3389582 or 7489484. OLE color: 7489484.

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

Color convert

RGB 204 71 114 -
CMYK 0 0.65 0.44 0.2
HSL 340.6º 0.57% 0.54% -
HSV(B) 340.6º 0.65% 0.8% -
XYZ 30.19 18.56 17.91 -
YUV 115.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 204 71 114 0 0.65 0.44 0.2 340.6 0.57 0.54
Hex CC 47 72 0 41 2C 14 155 39 36
Octal 314 107 162 0 101 54 24 525 71 66
Binary 11001100 1000111 1110010 0 1000001 101100 10100 101010101 111001 110110

Color Harmonies of #CC4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4772

Black with #CC4772

Text Example


Text Example

White with #CC4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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