Html Css Color HEX #C7B560 Tacha

📋 copy color: '#C7B560'

red 199 ◦ green 181 ◦ blue 96

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

Shades of Tacha #C7B560

Tints of Tacha #C7B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 41.81%
G = 38.03%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7B560 (or 0xC7B560) is known color: Tacha. HEX triplet: C7, B5 and 60. RGB value is (199,181,96). Sum of RGB (Red+Green+Blue) = 199+181+96=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B560 is #384A9F. Grayscale: #B1B1B1. Windows color (decimal): -3689120 or 6337991. OLE color: 6337991.

HSL color Cylindrical-coordinate representation of color #C7B560: hue angle of 49.51º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7B560 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 181 96 -
CMYK 0 0.09 0.52 0.22
HSL 49.51º 0.48% 0.58% -
HSV(B) 49.51º 0.52% 0.78% -
XYZ 42.19 46.03 17.73 -
YUV 176.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 199 181 96 0 0.09 0.52 0.22 49.51 0.48 0.58
Hex C7 B5 60 0 9 34 16 32 30 3A
Octal 307 265 140 0 11 64 26 62 60 72
Binary 11000111 10110101 1100000 0 1001 110100 10110 110010 110000 111010

Color Harmonies of #C7B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B560

Black with #C7B560

Text Example


Text Example

White with #C7B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B560; }

 p { color: rgb(199,181,96); }

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

background-color css

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

 a { background-color: rgb(199,181,96); }

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

border-color css

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

 span { border-color: rgb(199,181,96); }

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