Html Css Color HEX #CE5774 Cabaret

📋 copy color: '#CE5774'

red 206 ◦ green 87 ◦ blue 116

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

Shades of Cabaret #CE5774

Tints of Cabaret #CE5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.27%

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 50.37%
G = 21.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5774 (or 0xCE5774) is known color: Cabaret. HEX triplet: CE, 57 and 74. RGB value is (206,87,116). Sum of RGB (Red+Green+Blue) = 206+87+116=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5774 is #31A88B. Grayscale: #7D7D7D. Windows color (decimal): -3254412 or 7624654. OLE color: 7624654.

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

Color convert

RGB 206 87 116 -
CMYK 0 0.58 0.44 0.19
HSL 345.38º 0.55% 0.57% -
HSV(B) 345.38º 0.58% 0.81% -
XYZ 32.01 21.2 18.93 -
YUV 125.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 206 87 116 0 0.58 0.44 0.19 345.38 0.55 0.57
Hex CE 57 74 0 3A 2C 13 159 37 39
Octal 316 127 164 0 72 54 23 531 67 71
Binary 11001110 1010111 1110100 0 111010 101100 10011 101011001 110111 111001

Color Harmonies of #CE5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5774

Black with #CE5774

Text Example


Text Example

White with #CE5774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5774; }

 p { color: rgb(206,87,116); }

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

background-color css

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

 a { background-color: rgb(206,87,116); }

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

border-color css

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

 span { border-color: rgb(206,87,116); }

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