Html Css Color HEX #CE5977 Cabaret

📋 copy color: '#CE5977'

red 206 ◦ green 89 ◦ blue 119

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

Shades of Cabaret #CE5977

Tints of Cabaret #CE5977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 49.76%
G = 21.5%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE5977 (or 0xCE5977) is known color: Cabaret. HEX triplet: CE, 59 and 77. RGB value is (206,89,119). Sum of RGB (Red+Green+Blue) = 206+89+119=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5977 is #31A688. Grayscale: #7F7F7F. Windows color (decimal): -3253897 or 7821774. OLE color: 7821774.

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

Color convert

RGB 206 89 119 -
CMYK 0 0.57 0.42 0.19
HSL 344.62º 0.54% 0.58% -
HSV(B) 344.62º 0.57% 0.81% -
XYZ 32.36 21.6 19.92 -
YUV 127.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 206 89 119 0 0.57 0.42 0.19 344.62 0.54 0.58
Hex CE 59 77 0 39 2A 13 159 36 3A
Octal 316 131 167 0 71 52 23 531 66 72
Binary 11001110 1011001 1110111 0 111001 101010 10011 101011001 110110 111010

Color Harmonies of #CE5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5977

Black with #CE5977

Text Example


Text Example

White with #CE5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5977; }

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

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

background-color css

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

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

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

border-color css

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

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

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