Html Css Color HEX #CE5076 Cabaret

📋 copy color: '#CE5076'

red 206 ◦ green 80 ◦ blue 118

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

Shades of Cabaret #CE5076

Tints of Cabaret #CE5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

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

R = 50.99%
G = 19.8%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5076 (or 0xCE5076) is known color: Cabaret. HEX triplet: CE, 50 and 76. RGB value is (206,80,118). Sum of RGB (Red+Green+Blue) = 206+80+118=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5076 is #31AF89. Grayscale: #797979. Windows color (decimal): -3256202 or 7753934. OLE color: 7753934.

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

Color convert

RGB 206 80 118 -
CMYK 0 0.61 0.43 0.19
HSL 341.9º 0.56% 0.56% -
HSV(B) 341.9º 0.61% 0.81% -
XYZ 31.59 20.17 19.37 -
YUV 122.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 206 80 118 0 0.61 0.43 0.19 341.9 0.56 0.56
Hex CE 50 76 0 3D 2B 13 156 38 38
Octal 316 120 166 0 75 53 23 526 70 70
Binary 11001110 1010000 1110110 0 111101 101011 10011 101010110 111000 111000

Color Harmonies of #CE5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5076

Black with #CE5076

Text Example


Text Example

White with #CE5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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