Html Css Color HEX #C7486E Cabaret

📋 copy color: '#C7486E'

red 199 ◦ green 72 ◦ blue 110

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

Shades of Cabaret #C7486E

Tints of Cabaret #C7486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 52.23%
G = 18.9%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7486E (or 0xC7486E) is known color: Cabaret. HEX triplet: C7, 48 and 6E. RGB value is (199,72,110). Sum of RGB (Red+Green+Blue) = 199+72+110=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486E is #38B791. Grayscale: #727272. Windows color (decimal): -3717010 or 7227591. OLE color: 7227591.

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

Color convert

RGB 199 72 110 -
CMYK 0 0.64 0.45 0.22
HSL 342.05º 0.53% 0.53% -
HSV(B) 342.05º 0.64% 0.78% -
XYZ 28.69 17.9 16.7 -
YUV 114.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 199 72 110 0 0.64 0.45 0.22 342.05 0.53 0.53
Hex C7 48 6E 0 40 2D 16 156 35 35
Octal 307 110 156 0 100 55 26 526 65 65
Binary 11000111 1001000 1101110 0 1000000 101101 10110 101010110 110101 110101

Color Harmonies of #C7486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7486E

Black with #C7486E

Text Example


Text Example

White with #C7486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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