Html Css Color HEX #CE5566 Cabaret

📋 copy color: '#CE5566'

red 206 ◦ green 85 ◦ blue 102

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

Shades of Cabaret #CE5566

Tints of Cabaret #CE5566

RGB

 RED value IS 206 (80.86% from 255) = 52.42%

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 52.42%
G = 21.63%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5566 (or 0xCE5566) is known color: Cabaret. HEX triplet: CE, 55 and 66. RGB value is (206,85,102). Sum of RGB (Red+Green+Blue) = 206+85+102=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5566 is #31AA99. Grayscale: #7B7B7B. Windows color (decimal): -3254938 or 6706638. OLE color: 6706638.

HSL color Cylindrical-coordinate representation of color #CE5566: hue angle of 351.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5566 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 102 -
CMYK 0 0.59 0.50 0.19
HSL 351.57º 0.55% 0.57% -
HSV(B) 351.57º 0.59% 0.81% -
XYZ 31.1 20.58 14.9 -
YUV 123.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 206 85 102 0 0.59 0.50 0.19 351.57 0.55 0.57
Hex CE 55 66 0 3B 32 13 160 37 39
Octal 316 125 146 0 73 62 23 540 67 71
Binary 11001110 1010101 1100110 0 111011 110010 10011 101100000 110111 111001

Color Harmonies of #CE5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5566

Black with #CE5566

Text Example


Text Example

White with #CE5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5566; }

 p { color: rgb(206,85,102); }

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

background-color css

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

 a { background-color: rgb(206,85,102); }

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

border-color css

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

 span { border-color: rgb(206,85,102); }

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