Html Css Color HEX #C9A610 Buddha Gold

📋 copy color: '#C9A610'

red 201 ◦ green 166 ◦ blue 16

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

Shades of Buddha Gold #C9A610

Tints of Buddha Gold #C9A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 52.48%
G = 43.34%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9A610 (or 0xC9A610) is known color: Buddha Gold. HEX triplet: C9, A6 and 10. RGB value is (201,166,16). Sum of RGB (Red+Green+Blue) = 201+166+16=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A610 is #3659EF. Grayscale: #A0A0A0. Windows color (decimal): -3561968 or 1091273. OLE color: 1091273.

HSL color Cylindrical-coordinate representation of color #C9A610: hue angle of 48.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9A610 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 166 16 -
CMYK 0 0.17 0.92 0.21
HSL 48.65º 0.85% 0.43% -
HSV(B) 48.65º 0.92% 0.79% -
XYZ 37.82 39.73 6.17 -
YUV 159.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 201 166 16 0 0.17 0.92 0.21 48.65 0.85 0.43
Hex C9 A6 10 0 11 5C 15 31 55 2B
Octal 311 246 20 0 21 134 25 61 125 53
Binary 11001001 10100110 10000 0 10001 1011100 10101 110001 1010101 101011

Color Harmonies of #C9A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A610

Black with #C9A610

Text Example


Text Example

White with #C9A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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