Html Css Color HEX #CE5666 Cabaret

📋 copy color: '#CE5666'

red 206 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #CE5666

Tints of Cabaret #CE5666

RGB

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

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

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

R = 52.28%
G = 21.83%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5666 (or 0xCE5666) is known color: Cabaret. HEX triplet: CE, 56 and 66. RGB value is (206,86,102). Sum of RGB (Red+Green+Blue) = 206+86+102=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5666 is #31A999. Grayscale: #7B7B7B. Windows color (decimal): -3254682 or 6706894. OLE color: 6706894.

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

Color convert

RGB 206 86 102 -
CMYK 0 0.58 0.50 0.19
HSL 352º 0.55% 0.57% -
HSV(B) 352º 0.58% 0.81% -
XYZ 31.18 20.74 14.93 -
YUV 123.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 206 86 102 0 0.58 0.50 0.19 352 0.55 0.57
Hex CE 56 66 0 3A 32 13 160 37 39
Octal 316 126 146 0 72 62 23 540 67 71
Binary 11001110 1010110 1100110 0 111010 110010 10011 101100000 110111 111001

Color Harmonies of #CE5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5666

Black with #CE5666

Text Example


Text Example

White with #CE5666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5666; }

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

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

background-color css

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

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

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

border-color css

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

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

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