Html Css Color HEX #C9A102 Buddha Gold

📋 copy color: '#C9A102'

red 201 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #C9A102

Tints of Buddha Gold #C9A102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 55.22%
G = 44.23%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C9A102 (or 0xC9A102) is known color: Buddha Gold. HEX triplet: C9, A1 and 02. RGB value is (201,161,2). Sum of RGB (Red+Green+Blue) = 201+161+2=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A102 is #365EFD. Grayscale: #9B9B9B. Windows color (decimal): -3563262 or 172489. OLE color: 172489.

HSL color Cylindrical-coordinate representation of color #C9A102: hue angle of 47.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9A102 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 2 -
CMYK 0 0.20 0.99 0.21
HSL 47.94º 0.98% 0.4% -
HSV(B) 47.94º 0.99% 0.79% -
XYZ 36.84 37.91 5.43 -
YUV 154.83 41.75 160.93 -
System Red Green Blue C M Y K H S L
Decimal 201 161 2 0 0.20 0.99 0.21 47.94 0.98 0.4
Hex C9 A1 2 0 14 63 15 30 62 28
Octal 311 241 2 0 24 143 25 60 142 50
Binary 11001001 10100001 10 0 10100 1100011 10101 110000 1100010 101000

Color Harmonies of #C9A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A102

Black with #C9A102

Text Example


Text Example

White with #C9A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A102; }

 p { color: rgb(201,161,2); }

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

background-color css

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

 a { background-color: rgb(201,161,2); }

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

border-color css

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

 span { border-color: rgb(201,161,2); }

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