Html Css Color HEX #CC566D Cabaret

📋 copy color: '#CC566D'

red 204 ◦ green 86 ◦ blue 109

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

Shades of Cabaret #CC566D

Tints of Cabaret #CC566D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 51.13%
G = 21.55%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC566D (or 0xCC566D) is known color: Cabaret. HEX triplet: CC, 56 and 6D. RGB value is (204,86,109). Sum of RGB (Red+Green+Blue) = 204+86+109=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC566D is #33A992. Grayscale: #7B7B7B. Windows color (decimal): -3385747 or 7165644. OLE color: 7165644.

HSL color Cylindrical-coordinate representation of color #CC566D: hue angle of 348.31º 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 #CC566D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 109 -
CMYK 0 0.58 0.47 0.2
HSL 348.31º 0.54% 0.57% -
HSV(B) 348.31º 0.58% 0.8% -
XYZ 30.99 20.6 16.81 -
YUV 123.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 204 86 109 0 0.58 0.47 0.2 348.31 0.54 0.57
Hex CC 56 6D 0 3A 2F 14 15C 36 39
Octal 314 126 155 0 72 57 24 534 66 71
Binary 11001100 1010110 1101101 0 111010 101111 10100 101011100 110110 111001

Color Harmonies of #CC566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC566D

Black with #CC566D

Text Example


Text Example

White with #CC566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC566D; }

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

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

background-color css

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

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

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

border-color css

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

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

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