Html Css Color HEX #CE5471 Cabaret

📋 copy color: '#CE5471'

red 206 ◦ green 84 ◦ blue 113

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

Shades of Cabaret #CE5471

Tints of Cabaret #CE5471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 51.12%
G = 20.84%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5471 (or 0xCE5471) is known color: Cabaret. HEX triplet: CE, 54 and 71. RGB value is (206,84,113). Sum of RGB (Red+Green+Blue) = 206+84+113=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5471 is #31AB8E. Grayscale: #7B7B7B. Windows color (decimal): -3255183 or 7427278. OLE color: 7427278.

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

Color convert

RGB 206 84 113 -
CMYK 0 0.59 0.45 0.19
HSL 345.74º 0.55% 0.57% -
HSV(B) 345.74º 0.59% 0.81% -
XYZ 31.6 20.65 17.94 -
YUV 123.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 206 84 113 0 0.59 0.45 0.19 345.74 0.55 0.57
Hex CE 54 71 0 3B 2D 13 15A 37 39
Octal 316 124 161 0 73 55 23 532 67 71
Binary 11001110 1010100 1110001 0 111011 101101 10011 101011010 110111 111001

Color Harmonies of #CE5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5471

Black with #CE5471

Text Example


Text Example

White with #CE5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5471; }

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

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

background-color css

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

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

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

border-color css

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

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

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