Html Css Color HEX #C7486F Cabaret

📋 copy color: '#C7486F'

red 199 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #C7486F

Tints of Cabaret #C7486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 52.09%
G = 18.85%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7486F (or 0xC7486F) is known color: Cabaret. HEX triplet: C7, 48 and 6F. RGB value is (199,72,111). Sum of RGB (Red+Green+Blue) = 199+72+111=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486F is #38B790. Grayscale: #727272. Windows color (decimal): -3717009 or 7293127. OLE color: 7293127.

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

Color convert

RGB 199 72 111 -
CMYK 0 0.64 0.44 0.22
HSL 341.57º 0.53% 0.53% -
HSV(B) 341.57º 0.64% 0.78% -
XYZ 28.74 17.92 16.98 -
YUV 114.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 199 72 111 0 0.64 0.44 0.22 341.57 0.53 0.53
Hex C7 48 6F 0 40 2C 16 156 35 35
Octal 307 110 157 0 100 54 26 526 65 65
Binary 11000111 1001000 1101111 0 1000000 101100 10110 101010110 110101 110101

Color Harmonies of #C7486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7486F

Black with #C7486F

Text Example


Text Example

White with #C7486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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