Html Css Color HEX #C7496D Cabaret

📋 copy color: '#C7496D'

red 199 ◦ green 73 ◦ blue 109

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

Shades of Cabaret #C7496D

Tints of Cabaret #C7496D

RGB

 RED value IS 199 (78.13% from 255) = 52.23%

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

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

R = 52.23%
G = 19.16%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7496D (or 0xC7496D) is known color: Cabaret. HEX triplet: C7, 49 and 6D. RGB value is (199,73,109). Sum of RGB (Red+Green+Blue) = 199+73+109=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7496D is #38B692. Grayscale: #727272. Windows color (decimal): -3716755 or 7162311. OLE color: 7162311.

HSL color Cylindrical-coordinate representation of color #C7496D: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7496D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 109 -
CMYK 0 0.63 0.45 0.22
HSL 342.86º 0.53% 0.53% -
HSV(B) 342.86º 0.63% 0.78% -
XYZ 28.7 18.01 16.43 -
YUV 114.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 199 73 109 0 0.63 0.45 0.22 342.86 0.53 0.53
Hex C7 49 6D 0 3F 2D 16 157 35 35
Octal 307 111 155 0 77 55 26 527 65 65
Binary 11000111 1001001 1101101 0 111111 101101 10110 101010111 110101 110101

Color Harmonies of #C7496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7496D

Black with #C7496D

Text Example


Text Example

White with #C7496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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