Html Css Color HEX #C7496C Cabaret

📋 copy color: '#C7496C'

red 199 ◦ green 73 ◦ blue 108

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

Shades of Cabaret #C7496C

Tints of Cabaret #C7496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 52.37%
G = 19.21%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7496C (or 0xC7496C) is known color: Cabaret. HEX triplet: C7, 49 and 6C. RGB value is (199,73,108). Sum of RGB (Red+Green+Blue) = 199+73+108=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7496C is #38B693. Grayscale: #727272. Windows color (decimal): -3716756 or 7096775. OLE color: 7096775.

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

Color convert

RGB 199 73 108 -
CMYK 0 0.63 0.46 0.22
HSL 343.33º 0.53% 0.53% -
HSV(B) 343.33º 0.63% 0.78% -
XYZ 28.64 17.99 16.15 -
YUV 114.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 199 73 108 0 0.63 0.46 0.22 343.33 0.53 0.53
Hex C7 49 6C 0 3F 2E 16 157 35 35
Octal 307 111 154 0 77 56 26 527 65 65
Binary 11000111 1001001 1101100 0 111111 101110 10110 101010111 110101 110101

Color Harmonies of #C7496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7496C

Black with #C7496C

Text Example


Text Example

White with #C7496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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