Html Css Color HEX #C9A320 Buddha Gold

📋 copy color: '#C9A320'

red 201 ◦ green 163 ◦ blue 32

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

Shades of Buddha Gold #C9A320

Tints of Buddha Gold #C9A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

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

R = 50.76%
G = 41.16%
B = 8.08%

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

#C9A320 (or 0xC9A320) is known color: Buddha Gold. HEX triplet: C9, A3 and 20. RGB value is (201,163,32). Sum of RGB (Red+Green+Blue) = 201+163+32=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A320 is #365CDF. Grayscale: #9F9F9F. Windows color (decimal): -3562720 or 2139081. OLE color: 2139081.

HSL color Cylindrical-coordinate representation of color #C9A320: hue angle of 46.51º 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 #C9A320 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 32 -
CMYK 0 0.19 0.84 0.21
HSL 46.51º 0.73% 0.46% -
HSV(B) 46.51º 0.84% 0.79% -
XYZ 37.45 38.72 6.87 -
YUV 159.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 201 163 32 0 0.19 0.84 0.21 46.51 0.73 0.46
Hex C9 A3 20 0 13 54 15 2F 49 2E
Octal 311 243 40 0 23 124 25 57 111 56
Binary 11001001 10100011 100000 0 10011 1010100 10101 101111 1001001 101110

Color Harmonies of #C9A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A320

Black with #C9A320

Text Example


Text Example

White with #C9A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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