Html Css Color HEX #C5A001 Buddha Gold

📋 copy color: '#C5A001'

red 197 ◦ green 160 ◦ blue 1

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

Shades of Buddha Gold #C5A001

Tints of Buddha Gold #C5A001

RGB

 RED value IS 197 (77.34% from 255) = 55.03%

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

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

R = 55.03%
G = 44.69%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5A001 (or 0xC5A001) is known color: Buddha Gold. HEX triplet: C5, A0 and 01. RGB value is (197,160,1). Sum of RGB (Red+Green+Blue) = 197+160+1=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A001 is #3A5FFE. Grayscale: #999999. Windows color (decimal): -3825663 or 106693. OLE color: 106693.

HSL color Cylindrical-coordinate representation of color #C5A001: hue angle of 48.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5A001 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 1 -
CMYK 0 0.19 0.99 0.23
HSL 48.67º 0.99% 0.39% -
HSV(B) 48.67º 0.99% 0.77% -
XYZ 35.6 37.01 5.3 -
YUV 152.94 42.26 159.43 -
System Red Green Blue C M Y K H S L
Decimal 197 160 1 0 0.19 0.99 0.23 48.67 0.99 0.39
Hex C5 A0 1 0 13 63 17 31 63 27
Octal 305 240 1 0 23 143 27 61 143 47
Binary 11000101 10100000 1 0 10011 1100011 10111 110001 1100011 100111

Color Harmonies of #C5A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A001

Black with #C5A001

Text Example


Text Example

White with #C5A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A001; }

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

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

background-color css

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

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

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

border-color css

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

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

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