Html Css Color HEX #C5B660 Tacha

📋 copy color: '#C5B660'

red 197 ◦ green 182 ◦ blue 96

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

Shades of Tacha #C5B660

Tints of Tacha #C5B660

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

 GREEN value IS 182 (71.48% from 255) = 38.32%

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

R = 41.47%
G = 38.32%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C5B660 (or 0xC5B660) is known color: Tacha. HEX triplet: C5, B6 and 60. RGB value is (197,182,96). Sum of RGB (Red+Green+Blue) = 197+182+96=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B660 is #3A499F. Grayscale: #B1B1B1. Windows color (decimal): -3819936 or 6338245. OLE color: 6338245.

HSL color Cylindrical-coordinate representation of color #C5B660: hue angle of 51.09º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5B660 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 96 -
CMYK 0 0.08 0.51 0.23
HSL 51.09º 0.47% 0.57% -
HSV(B) 51.09º 0.51% 0.77% -
XYZ 41.87 46.17 17.77 -
YUV 176.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 197 182 96 0 0.08 0.51 0.23 51.09 0.47 0.57
Hex C5 B6 60 0 8 33 17 33 2F 39
Octal 305 266 140 0 10 63 27 63 57 71
Binary 11000101 10110110 1100000 0 1000 110011 10111 110011 101111 111001

Color Harmonies of #C5B660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B660

Black with #C5B660

Text Example


Text Example

White with #C5B660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B660; }

 p { color: rgb(197,182,96); }

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

background-color css

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

 a { background-color: rgb(197,182,96); }

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

border-color css

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

 span { border-color: rgb(197,182,96); }

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