Html Css Color HEX #CE5668 Cabaret

📋 copy color: '#CE5668'

red 206 ◦ green 86 ◦ blue 104

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

Shades of Cabaret #CE5668

Tints of Cabaret #CE5668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 52.02%
G = 21.72%
B = 26.26%

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

#CE5668 (or 0xCE5668) is known color: Cabaret. HEX triplet: CE, 56 and 68. RGB value is (206,86,104). Sum of RGB (Red+Green+Blue) = 206+86+104=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5668 is #31A997. Grayscale: #7B7B7B. Windows color (decimal): -3254680 or 6837966. OLE color: 6837966.

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

Color convert

RGB 206 86 104 -
CMYK 0 0.58 0.50 0.19
HSL 351º 0.55% 0.57% -
HSV(B) 351º 0.58% 0.81% -
XYZ 31.28 20.78 15.46 -
YUV 123.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 206 86 104 0 0.58 0.50 0.19 351 0.55 0.57
Hex CE 56 68 0 3A 32 13 15F 37 39
Octal 316 126 150 0 72 62 23 537 67 71
Binary 11001110 1010110 1101000 0 111010 110010 10011 101011111 110111 111001

Color Harmonies of #CE5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5668

Black with #CE5668

Text Example


Text Example

White with #CE5668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5668; }

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

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

background-color css

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

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

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

border-color css

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

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

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