Html Css Color HEX #CE496D Cabaret

📋 copy color: '#CE496D'

red 206 ◦ green 73 ◦ blue 109

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

Shades of Cabaret #CE496D

Tints of Cabaret #CE496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 53.09%
G = 18.81%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE496D (or 0xCE496D) is known color: Cabaret. HEX triplet: CE, 49 and 6D. RGB value is (206,73,109). Sum of RGB (Red+Green+Blue) = 206+73+109=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE496D is #31B692. Grayscale: #747474. Windows color (decimal): -3258003 or 7162318. OLE color: 7162318.

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

Color convert

RGB 206 73 109 -
CMYK 0 0.65 0.47 0.19
HSL 343.76º 0.58% 0.55% -
HSV(B) 343.76º 0.65% 0.81% -
XYZ 30.6 18.99 16.52 -
YUV 116.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 206 73 109 0 0.65 0.47 0.19 343.76 0.58 0.55
Hex CE 49 6D 0 41 2F 13 158 3A 37
Octal 316 111 155 0 101 57 23 530 72 67
Binary 11001110 1001001 1101101 0 1000001 101111 10011 101011000 111010 110111

Color Harmonies of #CE496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE496D

Black with #CE496D

Text Example


Text Example

White with #CE496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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