Html Css Color HEX #C5B958 Tacha

📋 copy color: '#C5B958'

red 197 ◦ green 185 ◦ blue 88

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

Shades of Tacha #C5B958

Tints of Tacha #C5B958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.72%

R = 41.91%
G = 39.36%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C5B958 (or 0xC5B958) is known color: Tacha. HEX triplet: C5, B9 and 58. RGB value is (197,185,88). Sum of RGB (Red+Green+Blue) = 197+185+88=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B958 is #3A46A7. Grayscale: #B1B1B1. Windows color (decimal): -3819176 or 5814725. OLE color: 5814725.

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

Color convert

RGB 197 185 88 -
CMYK 0 0.06 0.55 0.23
HSL 53.39º 0.48% 0.56% -
HSV(B) 53.39º 0.55% 0.77% -
XYZ 42.14 47.27 16.14 -
YUV 177.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 197 185 88 0 0.06 0.55 0.23 53.39 0.48 0.56
Hex C5 B9 58 0 6 37 17 35 30 38
Octal 305 271 130 0 6 67 27 65 60 70
Binary 11000101 10111001 1011000 0 110 110111 10111 110101 110000 111000

Color Harmonies of #C5B958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B958

Black with #C5B958

Text Example


Text Example

White with #C5B958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B958; }

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

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

background-color css

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

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

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

border-color css

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

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

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