#C9BD52

Color #C9BD52 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #C9BD52

Tints of Tacha #C9BD52

Color information

#C9BD52 (or 0xC9BD52) is unknown color: approx Tacha. HEX triplet: C9, BD and 52. RGB value is (201,189,82). Sum of RGB (Red+Green+Blue) = 201+189+82=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD52 is #3642AD. Grayscale: #B4B4B4. Windows color (decimal): -3556014 or 5422537. OLE color: 5422537.

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

Color convert

RGB20118982-
CMYK00.060.590.21
HSL53.95º52.42%55.49%-
HSV(B)53.95º59.2%78.82%-
XYZ43.8149.4215.21-
YUV180.3972.48142.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=42.58%
G=40.04%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011898200.060.590.2153.9552.4255.49
HexC9BD52063B15363437
Octal311275122067325666467
Binary11001001101111011010010011011101110101110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BD52; }

 p { color: rgb(201,189,82); }

 H1.HeaderClassName
 {
   color: #C9BD52;
 }
 .AnyTagClassName
 {
   color: #C9BD52;
 }
</style>
background-color css

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

 a { background-color: rgb(201,189,82); }

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

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

 span { border-color: rgb(201,189,82); }

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