Html Css Color HEX #CE566B Cabaret

📋 copy color: '#CE566B'

red 206 ◦ green 86 ◦ blue 107

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

Shades of Cabaret #CE566B

Tints of Cabaret #CE566B

RGB

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

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

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

R = 51.63%
G = 21.55%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE566B (or 0xCE566B) is known color: Cabaret. HEX triplet: CE, 56 and 6B. RGB value is (206,86,107). Sum of RGB (Red+Green+Blue) = 206+86+107=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE566B is #31A994. Grayscale: #7C7C7C. Windows color (decimal): -3254677 or 7034574. OLE color: 7034574.

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

Color convert

RGB 206 86 107 -
CMYK 0 0.58 0.48 0.19
HSL 349.5º 0.55% 0.57% -
HSV(B) 349.5º 0.58% 0.81% -
XYZ 31.44 20.84 16.28 -
YUV 124.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 206 86 107 0 0.58 0.48 0.19 349.5 0.55 0.57
Hex CE 56 6B 0 3A 30 13 15E 37 39
Octal 316 126 153 0 72 60 23 536 67 71
Binary 11001110 1010110 1101011 0 111010 110000 10011 101011110 110111 111001

Color Harmonies of #CE566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE566B

Black with #CE566B

Text Example


Text Example

White with #CE566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE566B; }

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

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

background-color css

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

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

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

border-color css

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

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

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