Html Css Color HEX #C9A617 Buddha Gold

📋 copy color: '#C9A617'

red 201 ◦ green 166 ◦ blue 23

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

Shades of Buddha Gold #C9A617

Tints of Buddha Gold #C9A617

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

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

R = 51.54%
G = 42.56%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C9A617 (or 0xC9A617) is known color: Buddha Gold. HEX triplet: C9, A6 and 17. RGB value is (201,166,23). Sum of RGB (Red+Green+Blue) = 201+166+23=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A617 is #3659E8. Grayscale: #A0A0A0. Windows color (decimal): -3561961 or 1550025. OLE color: 1550025.

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

Color convert

RGB 201 166 23 -
CMYK 0 0.17 0.89 0.21
HSL 48.2º 0.79% 0.44% -
HSV(B) 48.2º 0.89% 0.79% -
XYZ 37.88 39.75 6.49 -
YUV 160.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 201 166 23 0 0.17 0.89 0.21 48.2 0.79 0.44
Hex C9 A6 17 0 11 59 15 30 4F 2C
Octal 311 246 27 0 21 131 25 60 117 54
Binary 11001001 10100110 10111 0 10001 1011001 10101 110000 1001111 101100

Color Harmonies of #C9A617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A617

Black with #C9A617

Text Example


Text Example

White with #C9A617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A617; }

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

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

background-color css

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

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

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

border-color css

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

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

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