Html Css Color HEX #C9B45B Tacha

📋 copy color: '#C9B45B'

red 201 ◦ green 180 ◦ blue 91

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

Shades of Tacha #C9B45B

Tints of Tacha #C9B45B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 42.58%
G = 38.14%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9B45B (or 0xC9B45B) is known color: Tacha. HEX triplet: C9, B4 and 5B. RGB value is (201,180,91). Sum of RGB (Red+Green+Blue) = 201+180+91=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B45B is #364BA4. Grayscale: #B0B0B0. Windows color (decimal): -3558309 or 6010057. OLE color: 6010057.

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

Color convert

RGB 201 180 91 -
CMYK 0 0.10 0.55 0.21
HSL 48.55º 0.5% 0.57% -
HSV(B) 48.55º 0.55% 0.79% -
XYZ 42.3 45.82 16.51 -
YUV 176.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 201 180 91 0 0.10 0.55 0.21 48.55 0.5 0.57
Hex C9 B4 5B 0 A 37 15 31 32 39
Octal 311 264 133 0 12 67 25 61 62 71
Binary 11001001 10110100 1011011 0 1010 110111 10101 110001 110010 111001

Color Harmonies of #C9B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B45B

Black with #C9B45B

Text Example


Text Example

White with #C9B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B45B; }

 p { color: rgb(201,180,91); }

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

background-color css

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

 a { background-color: rgb(201,180,91); }

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

border-color css

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

 span { border-color: rgb(201,180,91); }

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