Html Css Color HEX #CC4472 Cabaret

📋 copy color: '#CC4472'

red 204 ◦ green 68 ◦ blue 114

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

Shades of Cabaret #CC4472

Tints of Cabaret #CC4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.62%

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

R = 52.85%
G = 17.62%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4472 (or 0xCC4472) is known color: Cabaret. HEX triplet: CC, 44 and 72. RGB value is (204,68,114). Sum of RGB (Red+Green+Blue) = 204+68+114=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4472 is #33BB8D. Grayscale: #717171. Windows color (decimal): -3390350 or 7488716. OLE color: 7488716.

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

Color convert

RGB 204 68 114 -
CMYK 0 0.67 0.44 0.2
HSL 339.71º 0.57% 0.53% -
HSV(B) 339.71º 0.67% 0.8% -
XYZ 30.01 18.19 17.85 -
YUV 113.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 204 68 114 0 0.67 0.44 0.2 339.71 0.57 0.53
Hex CC 44 72 0 43 2C 14 154 39 35
Octal 314 104 162 0 103 54 24 524 71 65
Binary 11001100 1000100 1110010 0 1000011 101100 10100 101010100 111001 110101

Color Harmonies of #CC4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4472

Black with #CC4472

Text Example


Text Example

White with #CC4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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