Html Css Color HEX #CE5376 Cabaret

📋 copy color: '#CE5376'

red 206 ◦ green 83 ◦ blue 118

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

Shades of Cabaret #CE5376

Tints of Cabaret #CE5376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 50.61%
G = 20.39%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5376 (or 0xCE5376) is known color: Cabaret. HEX triplet: CE, 53 and 76. RGB value is (206,83,118). Sum of RGB (Red+Green+Blue) = 206+83+118=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5376 is #31AC89. Grayscale: #7B7B7B. Windows color (decimal): -3255434 or 7754702. OLE color: 7754702.

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

Color convert

RGB 206 83 118 -
CMYK 0 0.60 0.43 0.19
HSL 342.93º 0.56% 0.57% -
HSV(B) 342.93º 0.6% 0.81% -
XYZ 31.82 20.62 19.44 -
YUV 123.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 206 83 118 0 0.60 0.43 0.19 342.93 0.56 0.57
Hex CE 53 76 0 3C 2B 13 157 38 39
Octal 316 123 166 0 74 53 23 527 70 71
Binary 11001110 1010011 1110110 0 111100 101011 10011 101010111 111000 111001

Color Harmonies of #CE5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5376

Black with #CE5376

Text Example


Text Example

White with #CE5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5376; }

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

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

background-color css

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

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

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

border-color css

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

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

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