Html Css Color HEX #CC5672 Cabaret

📋 copy color: '#CC5672'

red 204 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #CC5672

Tints of Cabaret #CC5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.29%

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

R = 50.5%
G = 21.29%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC5672 (or 0xCC5672) is known color: Cabaret. HEX triplet: CC, 56 and 72. RGB value is (204,86,114). Sum of RGB (Red+Green+Blue) = 204+86+114=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5672 is #33A98D. Grayscale: #7C7C7C. Windows color (decimal): -3385742 or 7493324. OLE color: 7493324.

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

Color convert

RGB 204 86 114 -
CMYK 0 0.58 0.44 0.2
HSL 345.76º 0.54% 0.57% -
HSV(B) 345.76º 0.58% 0.8% -
XYZ 31.27 20.71 18.27 -
YUV 124.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 204 86 114 0 0.58 0.44 0.2 345.76 0.54 0.57
Hex CC 56 72 0 3A 2C 14 15A 36 39
Octal 314 126 162 0 72 54 24 532 66 71
Binary 11001100 1010110 1110010 0 111010 101100 10100 101011010 110110 111001

Color Harmonies of #CC5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5672

Black with #CC5672

Text Example


Text Example

White with #CC5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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