Html Css Color HEX #C5B85D Tacha

📋 copy color: '#C5B85D'

red 197 ◦ green 184 ◦ blue 93

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

Shades of Tacha #C5B85D

Tints of Tacha #C5B85D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

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

R = 41.56%
G = 38.82%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5B85D (or 0xC5B85D) is known color: Tacha. HEX triplet: C5, B8 and 5D. RGB value is (197,184,93). Sum of RGB (Red+Green+Blue) = 197+184+93=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B85D is #3A47A2. Grayscale: #B1B1B1. Windows color (decimal): -3819427 or 6142149. OLE color: 6142149.

HSL color Cylindrical-coordinate representation of color #C5B85D: hue angle of 52.5º 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 #C5B85D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 93 -
CMYK 0 0.07 0.53 0.23
HSL 52.5º 0.47% 0.57% -
HSV(B) 52.5º 0.53% 0.77% -
XYZ 42.14 46.94 17.2 -
YUV 177.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 197 184 93 0 0.07 0.53 0.23 52.5 0.47 0.57
Hex C5 B8 5D 0 7 35 17 34 2F 39
Octal 305 270 135 0 7 65 27 64 57 71
Binary 11000101 10111000 1011101 0 111 110101 10111 110100 101111 111001

Color Harmonies of #C5B85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B85D

Black with #C5B85D

Text Example


Text Example

White with #C5B85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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