Html Css Color HEX #CE5868 Cabaret

📋 copy color: '#CE5868'

red 206 ◦ green 88 ◦ blue 104

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

Shades of Cabaret #CE5868

Tints of Cabaret #CE5868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.11%

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

R = 51.76%
G = 22.11%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5868 (or 0xCE5868) is known color: Cabaret. HEX triplet: CE, 58 and 68. RGB value is (206,88,104). Sum of RGB (Red+Green+Blue) = 206+88+104=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5868 is #31A797. Grayscale: #7D7D7D. Windows color (decimal): -3254168 or 6838478. OLE color: 6838478.

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

Color convert

RGB 206 88 104 -
CMYK 0 0.57 0.50 0.19
HSL 351.86º 0.55% 0.58% -
HSV(B) 351.86º 0.57% 0.81% -
XYZ 31.44 21.1 15.51 -
YUV 125.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 206 88 104 0 0.57 0.50 0.19 351.86 0.55 0.58
Hex CE 58 68 0 39 32 13 160 37 3A
Octal 316 130 150 0 71 62 23 540 67 72
Binary 11001110 1011000 1101000 0 111001 110010 10011 101100000 110111 111010

Color Harmonies of #CE5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5868

Black with #CE5868

Text Example


Text Example

White with #CE5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5868; }

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

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

background-color css

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

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

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

border-color css

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

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

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