Html Css Color HEX #C9A115 Buddha Gold

📋 copy color: '#C9A115'

red 201 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #C9A115

Tints of Buddha Gold #C9A115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 52.48%
G = 42.04%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9A115 (or 0xC9A115) is known color: Buddha Gold. HEX triplet: C9, A1 and 15. RGB value is (201,161,21). Sum of RGB (Red+Green+Blue) = 201+161+21=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A115 is #365EEA. Grayscale: #9D9D9D. Windows color (decimal): -3563243 or 1417673. OLE color: 1417673.

HSL color Cylindrical-coordinate representation of color #C9A115: hue angle of 46.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9A115 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 21 -
CMYK 0 0.20 0.90 0.21
HSL 46.67º 0.81% 0.44% -
HSV(B) 46.67º 0.9% 0.79% -
XYZ 36.97 37.96 6.09 -
YUV 157 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 201 161 21 0 0.20 0.90 0.21 46.67 0.81 0.44
Hex C9 A1 15 0 14 5A 15 2F 51 2C
Octal 311 241 25 0 24 132 25 57 121 54
Binary 11001001 10100001 10101 0 10100 1011010 10101 101111 1010001 101100

Color Harmonies of #C9A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A115

Black with #C9A115

Text Example


Text Example

White with #C9A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A115; }

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

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

background-color css

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

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

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

border-color css

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

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

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