Html Css Color HEX #CE5E79 Cabaret

📋 copy color: '#CE5E79'

red 206 ◦ green 94 ◦ blue 121

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

Shades of Cabaret #CE5E79

Tints of Cabaret #CE5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.33%

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

R = 48.93%
G = 22.33%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE5E79 (or 0xCE5E79) is known color: Cabaret. HEX triplet: CE, 5E and 79. RGB value is (206,94,121). Sum of RGB (Red+Green+Blue) = 206+94+121=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E79 is #31A186. Grayscale: #828282. Windows color (decimal): -3252615 or 7954126. OLE color: 7954126.

HSL color Cylindrical-coordinate representation of color #CE5E79: hue angle of 345.54º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E79 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 94 121 -
CMYK 0 0.54 0.41 0.19
HSL 345.54º 0.53% 0.59% -
HSV(B) 345.54º 0.54% 0.81% -
XYZ 32.91 22.51 20.7 -
YUV 130.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 206 94 121 0 0.54 0.41 0.19 345.54 0.53 0.59
Hex CE 5E 79 0 36 29 13 15A 35 3B
Octal 316 136 171 0 66 51 23 532 65 73
Binary 11001110 1011110 1111001 0 110110 101001 10011 101011010 110101 111011

Color Harmonies of #CE5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E79

Black with #CE5E79

Text Example


Text Example

White with #CE5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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