Html Css Color HEX #C7486A Cabaret

📋 copy color: '#C7486A'

red 199 ◦ green 72 ◦ blue 106

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

Shades of Cabaret #C7486A

Tints of Cabaret #C7486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 52.79%
G = 19.1%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7486A (or 0xC7486A) is known color: Cabaret. HEX triplet: C7, 48 and 6A. RGB value is (199,72,106). Sum of RGB (Red+Green+Blue) = 199+72+106=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486A is #38B795. Grayscale: #717171. Windows color (decimal): -3717014 or 6965447. OLE color: 6965447.

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

Color convert

RGB 199 72 106 -
CMYK 0 0.64 0.47 0.22
HSL 343.94º 0.53% 0.53% -
HSV(B) 343.94º 0.64% 0.78% -
XYZ 28.47 17.82 15.57 -
YUV 113.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 199 72 106 0 0.64 0.47 0.22 343.94 0.53 0.53
Hex C7 48 6A 0 40 2F 16 158 35 35
Octal 307 110 152 0 100 57 26 530 65 65
Binary 11000111 1001000 1101010 0 1000000 101111 10110 101011000 110101 110101

Color Harmonies of #C7486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7486A

Black with #C7486A

Text Example


Text Example

White with #C7486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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