Html Css Color HEX #CE5371 Cabaret

📋 copy color: '#CE5371'

red 206 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #CE5371

Tints of Cabaret #CE5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 51.24%
G = 20.65%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5371 (or 0xCE5371) is known color: Cabaret. HEX triplet: CE, 53 and 71. RGB value is (206,83,113). Sum of RGB (Red+Green+Blue) = 206+83+113=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5371 is #31AC8E. Grayscale: #7B7B7B. Windows color (decimal): -3255439 or 7427022. OLE color: 7427022.

HSL color Cylindrical-coordinate representation of color #CE5371: hue angle of 345.37º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5371 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 113 -
CMYK 0 0.60 0.45 0.19
HSL 345.37º 0.56% 0.57% -
HSV(B) 345.37º 0.6% 0.81% -
XYZ 31.53 20.5 17.92 -
YUV 123.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 206 83 113 0 0.60 0.45 0.19 345.37 0.56 0.57
Hex CE 53 71 0 3C 2D 13 159 38 39
Octal 316 123 161 0 74 55 23 531 70 71
Binary 11001110 1010011 1110001 0 111100 101101 10011 101011001 111000 111001

Color Harmonies of #CE5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5371

Black with #CE5371

Text Example


Text Example

White with #CE5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5371; }

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

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

background-color css

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

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

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

border-color css

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

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

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