Html Css Color HEX #CE5976 Cabaret

📋 copy color: '#CE5976'

red 206 ◦ green 89 ◦ blue 118

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

Shades of Cabaret #CE5976

Tints of Cabaret #CE5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

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

R = 49.88%
G = 21.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5976 (or 0xCE5976) is known color: Cabaret. HEX triplet: CE, 59 and 76. RGB value is (206,89,118). Sum of RGB (Red+Green+Blue) = 206+89+118=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5976 is #31A689. Grayscale: #7F7F7F. Windows color (decimal): -3253898 or 7756238. OLE color: 7756238.

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

Color convert

RGB 206 89 118 -
CMYK 0 0.57 0.43 0.19
HSL 345.13º 0.54% 0.58% -
HSV(B) 345.13º 0.57% 0.81% -
XYZ 32.3 21.57 19.6 -
YUV 127.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 206 89 118 0 0.57 0.43 0.19 345.13 0.54 0.58
Hex CE 59 76 0 39 2B 13 159 36 3A
Octal 316 131 166 0 71 53 23 531 66 72
Binary 11001110 1011001 1110110 0 111001 101011 10011 101011001 110110 111010

Color Harmonies of #CE5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5976

Black with #CE5976

Text Example


Text Example

White with #CE5976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5976; }

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

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

background-color css

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

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

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

border-color css

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

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

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