Html Css Color HEX #C9A001 Buddha Gold

📋 copy color: '#C9A001'

red 201 ◦ green 160 ◦ blue 1

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

Shades of Buddha Gold #C9A001

Tints of Buddha Gold #C9A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.2%

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

R = 55.52%
G = 44.2%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9A001 (or 0xC9A001) is known color: Buddha Gold. HEX triplet: C9, A0 and 01. RGB value is (201,160,1). Sum of RGB (Red+Green+Blue) = 201+160+1=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A001 is #365FFE. Grayscale: #9A9A9A. Windows color (decimal): -3563519 or 106697. OLE color: 106697.

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

Color convert

RGB 201 160 1 -
CMYK 0 0.20 1.00 0.21
HSL 47.7º 0.99% 0.4% -
HSV(B) 47.7º 1% 0.79% -
XYZ 36.66 37.56 5.35 -
YUV 154.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 201 160 1 0 0.20 1.00 0.21 47.7 0.99 0.4
Hex C9 A0 1 0 14 64 15 30 63 28
Octal 311 240 1 0 24 144 25 60 143 50
Binary 11001001 10100000 1 0 10100 1100100 10101 110000 1100011 101000

Color Harmonies of #C9A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A001

Black with #C9A001

Text Example


Text Example

White with #C9A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A001; }

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

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

background-color css

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

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

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

border-color css

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

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

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