Html Css Color HEX #CE5F77 Cabaret

📋 copy color: '#CE5F77'

red 206 ◦ green 95 ◦ blue 119

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

Shades of Cabaret #CE5F77

Tints of Cabaret #CE5F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 49.05%
G = 22.62%
B = 28.33%

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

#CE5F77 (or 0xCE5F77) is known color: Cabaret. HEX triplet: CE, 5F and 77. RGB value is (206,95,119). Sum of RGB (Red+Green+Blue) = 206+95+119=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F77 is #31A088. Grayscale: #828282. Windows color (decimal): -3252361 or 7823310. OLE color: 7823310.

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

Color convert

RGB 206 95 119 -
CMYK 0 0.54 0.42 0.19
HSL 347.03º 0.53% 0.59% -
HSV(B) 347.03º 0.54% 0.81% -
XYZ 32.88 22.64 20.09 -
YUV 130.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 206 95 119 0 0.54 0.42 0.19 347.03 0.53 0.59
Hex CE 5F 77 0 36 2A 13 15B 35 3B
Octal 316 137 167 0 66 52 23 533 65 73
Binary 11001110 1011111 1110111 0 110110 101010 10011 101011011 110101 111011

Color Harmonies of #CE5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F77

Black with #CE5F77

Text Example


Text Example

White with #CE5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F77; }

 p { color: rgb(206,95,119); }

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

background-color css

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

 a { background-color: rgb(206,95,119); }

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

border-color css

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

 span { border-color: rgb(206,95,119); }

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