Html Css Color HEX #CC4672 Cabaret

📋 copy color: '#CC4672'

red 204 ◦ green 70 ◦ blue 114

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

Shades of Cabaret #CC4672

Tints of Cabaret #CC4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 52.58%
G = 18.04%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4672 (or 0xCC4672) is known color: Cabaret. HEX triplet: CC, 46 and 72. RGB value is (204,70,114). Sum of RGB (Red+Green+Blue) = 204+70+114=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4672 is #33B98D. Grayscale: #737373. Windows color (decimal): -3389838 or 7489228. OLE color: 7489228.

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

Color convert

RGB 204 70 114 -
CMYK 0 0.66 0.44 0.2
HSL 340.3º 0.57% 0.54% -
HSV(B) 340.3º 0.66% 0.8% -
XYZ 30.13 18.43 17.89 -
YUV 115.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 204 70 114 0 0.66 0.44 0.2 340.3 0.57 0.54
Hex CC 46 72 0 42 2C 14 154 39 36
Octal 314 106 162 0 102 54 24 524 71 66
Binary 11001100 1000110 1110010 0 1000010 101100 10100 101010100 111001 110110

Color Harmonies of #CC4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4672

Black with #CC4672

Text Example


Text Example

White with #CC4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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