Html Css Color HEX #CE5477 Cabaret

📋 copy color: '#CE5477'

red 206 ◦ green 84 ◦ blue 119

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

Shades of Cabaret #CE5477

Tints of Cabaret #CE5477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.54%

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

R = 50.37%
G = 20.54%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE5477 (or 0xCE5477) is known color: Cabaret. HEX triplet: CE, 54 and 77. RGB value is (206,84,119). Sum of RGB (Red+Green+Blue) = 206+84+119=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5477 is #31AB88. Grayscale: #7C7C7C. Windows color (decimal): -3255177 or 7820494. OLE color: 7820494.

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

Color convert

RGB 206 84 119 -
CMYK 0 0.59 0.42 0.19
HSL 342.79º 0.55% 0.57% -
HSV(B) 342.79º 0.59% 0.81% -
XYZ 31.95 20.79 19.78 -
YUV 124.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 206 84 119 0 0.59 0.42 0.19 342.79 0.55 0.57
Hex CE 54 77 0 3B 2A 13 157 37 39
Octal 316 124 167 0 73 52 23 527 67 71
Binary 11001110 1010100 1110111 0 111011 101010 10011 101010111 110111 111001

Color Harmonies of #CE5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5477

Black with #CE5477

Text Example


Text Example

White with #CE5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5477; }

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

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

background-color css

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

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

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

border-color css

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

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

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