Html Css Color HEX #C5B55E Tacha

📋 copy color: '#C5B55E'

red 197 ◦ green 181 ◦ blue 94

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

Shades of Tacha #C5B55E

Tints of Tacha #C5B55E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 41.74%
G = 38.35%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5B55E (or 0xC5B55E) is known color: Tacha. HEX triplet: C5, B5 and 5E. RGB value is (197,181,94). Sum of RGB (Red+Green+Blue) = 197+181+94=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B55E is #3A4AA1. Grayscale: #B0B0B0. Windows color (decimal): -3820194 or 6206917. OLE color: 6206917.

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

Color convert

RGB 197 181 94 -
CMYK 0 0.08 0.52 0.23
HSL 50.68º 0.47% 0.57% -
HSV(B) 50.68º 0.52% 0.77% -
XYZ 41.57 45.73 17.22 -
YUV 175.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 197 181 94 0 0.08 0.52 0.23 50.68 0.47 0.57
Hex C5 B5 5E 0 8 34 17 33 2F 39
Octal 305 265 136 0 10 64 27 63 57 71
Binary 11000101 10110101 1011110 0 1000 110100 10111 110011 101111 111001

Color Harmonies of #C5B55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B55E

Black with #C5B55E

Text Example


Text Example

White with #C5B55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B55E; }

 p { color: rgb(197,181,94); }

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

background-color css

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

 a { background-color: rgb(197,181,94); }

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

border-color css

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

 span { border-color: rgb(197,181,94); }

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