Html Css Color HEX #CE5576 Cabaret

📋 copy color: '#CE5576'

red 206 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #CE5576

Tints of Cabaret #CE5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 50.37%
G = 20.78%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5576 (or 0xCE5576) is known color: Cabaret. HEX triplet: CE, 55 and 76. RGB value is (206,85,118). Sum of RGB (Red+Green+Blue) = 206+85+118=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5576 is #31AA89. Grayscale: #7C7C7C. Windows color (decimal): -3254922 or 7755214. OLE color: 7755214.

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

Color convert

RGB 206 85 118 -
CMYK 0 0.59 0.43 0.19
HSL 343.64º 0.55% 0.57% -
HSV(B) 343.64º 0.59% 0.81% -
XYZ 31.97 20.93 19.49 -
YUV 124.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 206 85 118 0 0.59 0.43 0.19 343.64 0.55 0.57
Hex CE 55 76 0 3B 2B 13 158 37 39
Octal 316 125 166 0 73 53 23 530 67 71
Binary 11001110 1010101 1110110 0 111011 101011 10011 101011000 110111 111001

Color Harmonies of #CE5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5576

Black with #CE5576

Text Example


Text Example

White with #CE5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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