Html Css Color HEX #CE5E78 Cabaret

📋 copy color: '#CE5E78'

red 206 ◦ green 94 ◦ blue 120

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

Shades of Cabaret #CE5E78

Tints of Cabaret #CE5E78

RGB

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

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

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

R = 49.05%
G = 22.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE5E78 (or 0xCE5E78) is known color: Cabaret. HEX triplet: CE, 5E and 78. RGB value is (206,94,120). Sum of RGB (Red+Green+Blue) = 206+94+120=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E78 is #31A187. Grayscale: #828282. Windows color (decimal): -3252616 or 7888590. OLE color: 7888590.

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

Color convert

RGB 206 94 120 -
CMYK 0 0.54 0.42 0.19
HSL 346.07º 0.53% 0.59% -
HSV(B) 346.07º 0.54% 0.81% -
XYZ 32.85 22.48 20.38 -
YUV 130.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 206 94 120 0 0.54 0.42 0.19 346.07 0.53 0.59
Hex CE 5E 78 0 36 2A 13 15A 35 3B
Octal 316 136 170 0 66 52 23 532 65 73
Binary 11001110 1011110 1111000 0 110110 101010 10011 101011010 110101 111011

Color Harmonies of #CE5E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E78

Black with #CE5E78

Text Example


Text Example

White with #CE5E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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