Html Css Color HEX #CE5E76 Cabaret

📋 copy color: '#CE5E76'

red 206 ◦ green 94 ◦ blue 118

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

Shades of Cabaret #CE5E76

Tints of Cabaret #CE5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 49.28%
G = 22.49%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5E76 (or 0xCE5E76) is known color: Cabaret. HEX triplet: CE, 5E and 76. RGB value is (206,94,118). Sum of RGB (Red+Green+Blue) = 206+94+118=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E76 is #31A189. Grayscale: #828282. Windows color (decimal): -3252618 or 7757518. OLE color: 7757518.

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

Color convert

RGB 206 94 118 -
CMYK 0 0.54 0.43 0.19
HSL 347.14º 0.53% 0.59% -
HSV(B) 347.14º 0.54% 0.81% -
XYZ 32.73 22.44 19.75 -
YUV 130.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 206 94 118 0 0.54 0.43 0.19 347.14 0.53 0.59
Hex CE 5E 76 0 36 2B 13 15B 35 3B
Octal 316 136 166 0 66 53 23 533 65 73
Binary 11001110 1011110 1110110 0 110110 101011 10011 101011011 110101 111011

Color Harmonies of #CE5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E76

Black with #CE5E76

Text Example


Text Example

White with #CE5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E76; }

 p { color: rgb(206,94,118); }

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

background-color css

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

 a { background-color: rgb(206,94,118); }

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

border-color css

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

 span { border-color: rgb(206,94,118); }

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