Html Css Color HEX #C9A601 Buddha Gold

📋 copy color: '#C9A601'

red 201 ◦ green 166 ◦ blue 1

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

Shades of Buddha Gold #C9A601

Tints of Buddha Gold #C9A601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.62%
G = 45.11%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9A601 (or 0xC9A601) is known color: Buddha Gold. HEX triplet: C9, A6 and 01. RGB value is (201,166,1). Sum of RGB (Red+Green+Blue) = 201+166+1=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A601 is #3659FE. Grayscale: #9E9E9E. Windows color (decimal): -3561983 or 108233. OLE color: 108233.

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

Color convert

RGB 201 166 1 -
CMYK 0 0.17 1.00 0.21
HSL 49.5º 0.99% 0.4% -
HSV(B) 49.5º 1% 0.79% -
XYZ 37.73 39.69 5.7 -
YUV 157.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 201 166 1 0 0.17 1.00 0.21 49.5 0.99 0.4
Hex C9 A6 1 0 11 64 15 32 63 28
Octal 311 246 1 0 21 144 25 62 143 50
Binary 11001001 10100110 1 0 10001 1100100 10101 110010 1100011 101000

Color Harmonies of #C9A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A601

Black with #C9A601

Text Example


Text Example

White with #C9A601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A601; }

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

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

background-color css

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

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

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

border-color css

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

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

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