Html Css Color HEX #C5B956 Tacha

📋 copy color: '#C5B956'

red 197 ◦ green 185 ◦ blue 86

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

Shades of Tacha #C5B956

Tints of Tacha #C5B956

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 86 (33.98% from 255) = 18.38%

R = 42.09%
G = 39.53%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C5B956 (or 0xC5B956) is known color: Tacha. HEX triplet: C5, B9 and 56. RGB value is (197,185,86). Sum of RGB (Red+Green+Blue) = 197+185+86=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B956 is #3A46A9. Grayscale: #B1B1B1. Windows color (decimal): -3819178 or 5683653. OLE color: 5683653.

HSL color Cylindrical-coordinate representation of color #C5B956: hue angle of 53.51º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5B956 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 86 -
CMYK 0 0.06 0.56 0.23
HSL 53.51º 0.49% 0.55% -
HSV(B) 53.51º 0.56% 0.77% -
XYZ 42.05 47.24 15.71 -
YUV 177.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 197 185 86 0 0.06 0.56 0.23 53.51 0.49 0.55
Hex C5 B9 56 0 6 38 17 36 31 37
Octal 305 271 126 0 6 70 27 66 61 67
Binary 11000101 10111001 1010110 0 110 111000 10111 110110 110001 110111

Color Harmonies of #C5B956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B956

Black with #C5B956

Text Example


Text Example

White with #C5B956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B956; }

 p { color: rgb(197,185,86); }

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

background-color css

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

 a { background-color: rgb(197,185,86); }

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

border-color css

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

 span { border-color: rgb(197,185,86); }

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