Html Css Color HEX #CE5573 Cabaret

📋 copy color: '#CE5573'

red 206 ◦ green 85 ◦ blue 115

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

Shades of Cabaret #CE5573

Tints of Cabaret #CE5573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 50.74%
G = 20.94%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5573 (or 0xCE5573) is known color: Cabaret. HEX triplet: CE, 55 and 73. RGB value is (206,85,115). Sum of RGB (Red+Green+Blue) = 206+85+115=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5573 is #31AA8C. Grayscale: #7C7C7C. Windows color (decimal): -3254925 or 7558606. OLE color: 7558606.

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

Color convert

RGB 206 85 115 -
CMYK 0 0.59 0.44 0.19
HSL 345.12º 0.55% 0.57% -
HSV(B) 345.12º 0.59% 0.81% -
XYZ 31.8 20.86 18.57 -
YUV 124.6 122.59 186.06 -
System Red Green Blue C M Y K H S L
Decimal 206 85 115 0 0.59 0.44 0.19 345.12 0.55 0.57
Hex CE 55 73 0 3B 2C 13 159 37 39
Octal 316 125 163 0 73 54 23 531 67 71
Binary 11001110 1010101 1110011 0 111011 101100 10011 101011001 110111 111001

Color Harmonies of #CE5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5573

Black with #CE5573

Text Example


Text Example

White with #CE5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5573; }

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

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

background-color css

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

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

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

border-color css

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

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

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