Html Css Color HEX #CE5276 Cabaret

📋 copy color: '#CE5276'

red 206 ◦ green 82 ◦ blue 118

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

Shades of Cabaret #CE5276

Tints of Cabaret #CE5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 50.74%
G = 20.2%
B = 29.06%

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

#CE5276 (or 0xCE5276) is known color: Cabaret. HEX triplet: CE, 52 and 76. RGB value is (206,82,118). Sum of RGB (Red+Green+Blue) = 206+82+118=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5276 is #31AD89. Grayscale: #7B7B7B. Windows color (decimal): -3255690 or 7754446. OLE color: 7754446.

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

Color convert

RGB 206 82 118 -
CMYK 0 0.60 0.43 0.19
HSL 342.58º 0.56% 0.56% -
HSV(B) 342.58º 0.6% 0.81% -
XYZ 31.74 20.46 19.42 -
YUV 123.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 206 82 118 0 0.60 0.43 0.19 342.58 0.56 0.56
Hex CE 52 76 0 3C 2B 13 157 38 38
Octal 316 122 166 0 74 53 23 527 70 70
Binary 11001110 1010010 1110110 0 111100 101011 10011 101010111 111000 111000

Color Harmonies of #CE5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5276

Black with #CE5276

Text Example


Text Example

White with #CE5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5276; }

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

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

background-color css

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

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

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

border-color css

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

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

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