Html Css Color HEX #C5B75A Tacha

📋 copy color: '#C5B75A'

red 197 ◦ green 183 ◦ blue 90

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

Shades of Tacha #C5B75A

Tints of Tacha #C5B75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 41.91%
G = 38.94%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5B75A (or 0xC5B75A) is known color: Tacha. HEX triplet: C5, B7 and 5A. RGB value is (197,183,90). Sum of RGB (Red+Green+Blue) = 197+183+90=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B75A is #3A48A5. Grayscale: #B0B0B0. Windows color (decimal): -3819686 or 5945285. OLE color: 5945285.

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

Color convert

RGB 197 183 90 -
CMYK 0 0.07 0.54 0.23
HSL 52.15º 0.48% 0.56% -
HSV(B) 52.15º 0.54% 0.77% -
XYZ 41.8 46.48 16.44 -
YUV 176.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 197 183 90 0 0.07 0.54 0.23 52.15 0.48 0.56
Hex C5 B7 5A 0 7 36 17 34 30 38
Octal 305 267 132 0 7 66 27 64 60 70
Binary 11000101 10110111 1011010 0 111 110110 10111 110100 110000 111000

Color Harmonies of #C5B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B75A

Black with #C5B75A

Text Example


Text Example

White with #C5B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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