Html Css Color HEX #CE5979 Cabaret

📋 copy color: '#CE5979'

red 206 ◦ green 89 ◦ blue 121

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

Shades of Cabaret #CE5979

Tints of Cabaret #CE5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 49.52%
G = 21.39%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE5979 (or 0xCE5979) is known color: Cabaret. HEX triplet: CE, 59 and 79. RGB value is (206,89,121). Sum of RGB (Red+Green+Blue) = 206+89+121=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5979 is #31A686. Grayscale: #7F7F7F. Windows color (decimal): -3253895 or 7952846. OLE color: 7952846.

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

Color convert

RGB 206 89 121 -
CMYK 0 0.57 0.41 0.19
HSL 343.59º 0.54% 0.58% -
HSV(B) 343.59º 0.57% 0.81% -
XYZ 32.48 21.65 20.56 -
YUV 127.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 206 89 121 0 0.57 0.41 0.19 343.59 0.54 0.58
Hex CE 59 79 0 39 29 13 158 36 3A
Octal 316 131 171 0 71 51 23 530 66 72
Binary 11001110 1011001 1111001 0 111001 101001 10011 101011000 110110 111010

Color Harmonies of #CE5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5979

Black with #CE5979

Text Example


Text Example

White with #CE5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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