Html Css Color HEX #C9A220 Buddha Gold

📋 copy color: '#C9A220'

red 201 ◦ green 162 ◦ blue 32

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

Shades of Buddha Gold #C9A220

Tints of Buddha Gold #C9A220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 50.89%
G = 41.01%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C9A220 (or 0xC9A220) is known color: Buddha Gold. HEX triplet: C9, A2 and 20. RGB value is (201,162,32). Sum of RGB (Red+Green+Blue) = 201+162+32=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A220 is #365DDF. Grayscale: #9F9F9F. Windows color (decimal): -3562976 or 2138825. OLE color: 2138825.

HSL color Cylindrical-coordinate representation of color #C9A220: hue angle of 46.15º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9A220 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 32 -
CMYK 0 0.19 0.84 0.21
HSL 46.15º 0.73% 0.46% -
HSV(B) 46.15º 0.84% 0.79% -
XYZ 37.27 38.36 6.81 -
YUV 158.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 201 162 32 0 0.19 0.84 0.21 46.15 0.73 0.46
Hex C9 A2 20 0 13 54 15 2E 49 2E
Octal 311 242 40 0 23 124 25 56 111 56
Binary 11001001 10100010 100000 0 10011 1010100 10101 101110 1001001 101110

Color Harmonies of #C9A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A220

Black with #C9A220

Text Example


Text Example

White with #C9A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A220; }

 p { color: rgb(201,162,32); }

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

background-color css

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

 a { background-color: rgb(201,162,32); }

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

border-color css

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

 span { border-color: rgb(201,162,32); }

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