Html Css Color HEX #CE5974 Cabaret

📋 copy color: '#CE5974'

red 206 ◦ green 89 ◦ blue 116

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

Shades of Cabaret #CE5974

Tints of Cabaret #CE5974

RGB

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

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

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

R = 50.12%
G = 21.65%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5974 (or 0xCE5974) is known color: Cabaret. HEX triplet: CE, 59 and 74. RGB value is (206,89,116). Sum of RGB (Red+Green+Blue) = 206+89+116=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5974 is #31A68B. Grayscale: #7F7F7F. Windows color (decimal): -3253900 or 7625166. OLE color: 7625166.

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

Color convert

RGB 206 89 116 -
CMYK 0 0.57 0.44 0.19
HSL 346.15º 0.54% 0.58% -
HSV(B) 346.15º 0.57% 0.81% -
XYZ 32.18 21.53 18.98 -
YUV 127.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 206 89 116 0 0.57 0.44 0.19 346.15 0.54 0.58
Hex CE 59 74 0 39 2C 13 15A 36 3A
Octal 316 131 164 0 71 54 23 532 66 72
Binary 11001110 1011001 1110100 0 111001 101100 10011 101011010 110110 111010

Color Harmonies of #CE5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5974

Black with #CE5974

Text Example


Text Example

White with #CE5974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5974; }

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

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

background-color css

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

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

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

border-color css

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

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

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