Html Css Color HEX #C9B55E Tacha

📋 copy color: '#C9B55E'

red 201 ◦ green 181 ◦ blue 94

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

Shades of Tacha #C9B55E

Tints of Tacha #C9B55E

RGB

 RED value IS 201 (78.91% from 255) = 42.23%

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

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

R = 42.23%
G = 38.03%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9B55E (or 0xC9B55E) is known color: Tacha. HEX triplet: C9, B5 and 5E. RGB value is (201,181,94). Sum of RGB (Red+Green+Blue) = 201+181+94=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B55E is #364AA1. Grayscale: #B1B1B1. Windows color (decimal): -3558050 or 6206921. OLE color: 6206921.

HSL color Cylindrical-coordinate representation of color #C9B55E: hue angle of 48.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9B55E is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 181 94 -
CMYK 0 0.10 0.53 0.21
HSL 48.79º 0.5% 0.58% -
HSV(B) 48.79º 0.53% 0.79% -
XYZ 42.63 46.27 17.27 -
YUV 177.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 201 181 94 0 0.10 0.53 0.21 48.79 0.5 0.58
Hex C9 B5 5E 0 A 35 15 31 32 3A
Octal 311 265 136 0 12 65 25 61 62 72
Binary 11001001 10110101 1011110 0 1010 110101 10101 110001 110010 111010

Color Harmonies of #C9B55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B55E

Black with #C9B55E

Text Example


Text Example

White with #C9B55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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