Html Css Color HEX #CE496F Cabaret

📋 copy color: '#CE496F'

red 206 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #CE496F

Tints of Cabaret #CE496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 111 (43.75% from 255) = 28.46%

R = 52.82%
G = 18.72%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE496F (or 0xCE496F) is known color: Cabaret. HEX triplet: CE, 49 and 6F. RGB value is (206,73,111). Sum of RGB (Red+Green+Blue) = 206+73+111=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE496F is #31B690. Grayscale: #757575. Windows color (decimal): -3258001 or 7293390. OLE color: 7293390.

HSL color Cylindrical-coordinate representation of color #CE496F: hue angle of 342.86º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE496F is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 111 -
CMYK 0 0.65 0.46 0.19
HSL 342.86º 0.58% 0.55% -
HSV(B) 342.86º 0.65% 0.81% -
XYZ 30.71 19.03 17.09 -
YUV 117.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 206 73 111 0 0.65 0.46 0.19 342.86 0.58 0.55
Hex CE 49 6F 0 41 2E 13 157 3A 37
Octal 316 111 157 0 101 56 23 527 72 67
Binary 11001110 1001001 1101111 0 1000001 101110 10011 101010111 111010 110111

Color Harmonies of #CE496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE496F

Black with #CE496F

Text Example


Text Example

White with #CE496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE496F; }

 p { color: rgb(206,73,111); }

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

background-color css

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

 a { background-color: rgb(206,73,111); }

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

border-color css

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

 span { border-color: rgb(206,73,111); }

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