Html Css Color HEX #CE5978 Cabaret

📋 copy color: '#CE5978'

red 206 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #CE5978

Tints of Cabaret #CE5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 49.64%
G = 21.45%
B = 28.92%

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

#CE5978 (or 0xCE5978) is known color: Cabaret. HEX triplet: CE, 59 and 78. RGB value is (206,89,120). Sum of RGB (Red+Green+Blue) = 206+89+120=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5978 is #31A687. Grayscale: #7F7F7F. Windows color (decimal): -3253896 or 7887310. OLE color: 7887310.

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

Color convert

RGB 206 89 120 -
CMYK 0 0.57 0.42 0.19
HSL 344.1º 0.54% 0.58% -
HSV(B) 344.1º 0.57% 0.81% -
XYZ 32.42 21.62 20.23 -
YUV 127.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 206 89 120 0 0.57 0.42 0.19 344.1 0.54 0.58
Hex CE 59 78 0 39 2A 13 158 36 3A
Octal 316 131 170 0 71 52 23 530 66 72
Binary 11001110 1011001 1111000 0 111001 101010 10011 101011000 110110 111010

Color Harmonies of #CE5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5978

Black with #CE5978

Text Example


Text Example

White with #CE5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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