Html Css Color HEX #CE5F76 Cabaret

📋 copy color: '#CE5F76'

red 206 ◦ green 95 ◦ blue 118

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

Shades of Cabaret #CE5F76

Tints of Cabaret #CE5F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

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

R = 49.16%
G = 22.67%
B = 28.16%

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

#CE5F76 (or 0xCE5F76) is known color: Cabaret. HEX triplet: CE, 5F and 76. RGB value is (206,95,118). Sum of RGB (Red+Green+Blue) = 206+95+118=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F76 is #31A089. Grayscale: #828282. Windows color (decimal): -3252362 or 7757774. OLE color: 7757774.

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

Color convert

RGB 206 95 118 -
CMYK 0 0.54 0.43 0.19
HSL 347.57º 0.53% 0.59% -
HSV(B) 347.57º 0.54% 0.81% -
XYZ 32.82 22.61 19.77 -
YUV 130.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 206 95 118 0 0.54 0.43 0.19 347.57 0.53 0.59
Hex CE 5F 76 0 36 2B 13 15C 35 3B
Octal 316 137 166 0 66 53 23 534 65 73
Binary 11001110 1011111 1110110 0 110110 101011 10011 101011100 110101 111011

Color Harmonies of #CE5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F76

Black with #CE5F76

Text Example


Text Example

White with #CE5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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