Html Css Color HEX #C5B758 Tacha

📋 copy color: '#C5B758'

red 197 ◦ green 183 ◦ blue 88

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

Shades of Tacha #C5B758

Tints of Tacha #C5B758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

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

R = 42.09%
G = 39.1%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C5B758 (or 0xC5B758) is known color: Tacha. HEX triplet: C5, B7 and 58. RGB value is (197,183,88). Sum of RGB (Red+Green+Blue) = 197+183+88=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B758 is #3A48A7. Grayscale: #B0B0B0. Windows color (decimal): -3819688 or 5814213. OLE color: 5814213.

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

Color convert

RGB 197 183 88 -
CMYK 0 0.07 0.55 0.23
HSL 52.29º 0.48% 0.56% -
HSV(B) 52.29º 0.55% 0.77% -
XYZ 41.72 46.44 16 -
YUV 176.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 197 183 88 0 0.07 0.55 0.23 52.29 0.48 0.56
Hex C5 B7 58 0 7 37 17 34 30 38
Octal 305 267 130 0 7 67 27 64 60 70
Binary 11000101 10110111 1011000 0 111 110111 10111 110100 110000 111000

Color Harmonies of #C5B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B758

Black with #C5B758

Text Example


Text Example

White with #C5B758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B758; }

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

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

background-color css

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

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

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

border-color css

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

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

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