Html Css Color HEX #C5B95D Tacha

📋 copy color: '#C5B95D'

red 197 ◦ green 185 ◦ blue 93

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

Shades of Tacha #C5B95D

Tints of Tacha #C5B95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 41.47%
G = 38.95%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5B95D (or 0xC5B95D) is known color: Tacha. HEX triplet: C5, B9 and 5D. RGB value is (197,185,93). Sum of RGB (Red+Green+Blue) = 197+185+93=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B95D is #3A46A2. Grayscale: #B2B2B2. Windows color (decimal): -3819171 or 6142405. OLE color: 6142405.

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

Color convert

RGB 197 185 93 -
CMYK 0 0.06 0.53 0.23
HSL 53.08º 0.47% 0.57% -
HSV(B) 53.08º 0.53% 0.77% -
XYZ 42.35 47.36 17.26 -
YUV 178.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 197 185 93 0 0.06 0.53 0.23 53.08 0.47 0.57
Hex C5 B9 5D 0 6 35 17 35 2F 39
Octal 305 271 135 0 6 65 27 65 57 71
Binary 11000101 10111001 1011101 0 110 110101 10111 110101 101111 111001

Color Harmonies of #C5B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B95D

Black with #C5B95D

Text Example


Text Example

White with #C5B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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