Html Css Color HEX #C9A117 Buddha Gold

📋 copy color: '#C9A117'

red 201 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #C9A117

Tints of Buddha Gold #C9A117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 52.21%
G = 41.82%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9A117 (or 0xC9A117) is known color: Buddha Gold. HEX triplet: C9, A1 and 17. RGB value is (201,161,23). Sum of RGB (Red+Green+Blue) = 201+161+23=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A117 is #365EE8. Grayscale: #9D9D9D. Windows color (decimal): -3563241 or 1548745. OLE color: 1548745.

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

Color convert

RGB 201 161 23 -
CMYK 0 0.20 0.89 0.21
HSL 46.52º 0.79% 0.44% -
HSV(B) 46.52º 0.89% 0.79% -
XYZ 36.99 37.97 6.19 -
YUV 157.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 201 161 23 0 0.20 0.89 0.21 46.52 0.79 0.44
Hex C9 A1 17 0 14 59 15 2F 4F 2C
Octal 311 241 27 0 24 131 25 57 117 54
Binary 11001001 10100001 10111 0 10100 1011001 10101 101111 1001111 101100

Color Harmonies of #C9A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A117

Black with #C9A117

Text Example


Text Example

White with #C9A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A117; }

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

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

background-color css

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

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

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

border-color css

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

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

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