Html Css Color HEX #C7496F Cabaret

📋 copy color: '#C7496F'

red 199 ◦ green 73 ◦ blue 111

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

Shades of Cabaret #C7496F

Tints of Cabaret #C7496F

RGB

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

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

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

R = 51.96%
G = 19.06%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7496F (or 0xC7496F) is known color: Cabaret. HEX triplet: C7, 49 and 6F. RGB value is (199,73,111). Sum of RGB (Red+Green+Blue) = 199+73+111=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C7496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7496F is #38B690. Grayscale: #727272. Windows color (decimal): -3716753 or 7293383. OLE color: 7293383.

HSL color Cylindrical-coordinate representation of color #C7496F: hue angle of 341.9º 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 #C7496F is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 111 -
CMYK 0 0.63 0.44 0.22
HSL 341.9º 0.53% 0.53% -
HSV(B) 341.9º 0.63% 0.78% -
XYZ 28.8 18.05 17.01 -
YUV 115.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 199 73 111 0 0.63 0.44 0.22 341.9 0.53 0.53
Hex C7 49 6F 0 3F 2C 16 156 35 35
Octal 307 111 157 0 77 54 26 526 65 65
Binary 11000111 1001001 1101111 0 111111 101100 10110 101010110 110101 110101

Color Harmonies of #C7496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7496F

Black with #C7496F

Text Example


Text Example

White with #C7496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7496F; }

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

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

background-color css

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

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

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

border-color css

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

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

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