Html Css Color HEX #CC566B Cabaret

📋 copy color: '#CC566B'

red 204 ◦ green 86 ◦ blue 107

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

Shades of Cabaret #CC566B

Tints of Cabaret #CC566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 51.39%
G = 21.66%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC566B (or 0xCC566B) is known color: Cabaret. HEX triplet: CC, 56 and 6B. RGB value is (204,86,107). Sum of RGB (Red+Green+Blue) = 204+86+107=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC566B is #33A994. Grayscale: #7B7B7B. Windows color (decimal): -3385749 or 7034572. OLE color: 7034572.

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

Color convert

RGB 204 86 107 -
CMYK 0 0.58 0.48 0.2
HSL 349.32º 0.54% 0.57% -
HSV(B) 349.32º 0.58% 0.8% -
XYZ 30.88 20.55 16.25 -
YUV 123.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 204 86 107 0 0.58 0.48 0.2 349.32 0.54 0.57
Hex CC 56 6B 0 3A 30 14 15D 36 39
Octal 314 126 153 0 72 60 24 535 66 71
Binary 11001100 1010110 1101011 0 111010 110000 10100 101011101 110110 111001

Color Harmonies of #CC566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC566B

Black with #CC566B

Text Example


Text Example

White with #CC566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC566B; }

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

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

background-color css

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

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

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

border-color css

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

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

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