Html Css Color HEX #C5A201 Buddha Gold

📋 copy color: '#C5A201'

red 197 ◦ green 162 ◦ blue 1

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

Shades of Buddha Gold #C5A201

Tints of Buddha Gold #C5A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

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

R = 54.72%
G = 45%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5A201 (or 0xC5A201) is known color: Buddha Gold. HEX triplet: C5, A2 and 01. RGB value is (197,162,1). Sum of RGB (Red+Green+Blue) = 197+162+1=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A201 is #3A5DFE. Grayscale: #9A9A9A. Windows color (decimal): -3825151 or 107205. OLE color: 107205.

HSL color Cylindrical-coordinate representation of color #C5A201: hue angle of 49.29º 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 #C5A201 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 1 -
CMYK 0 0.18 0.99 0.23
HSL 49.29º 0.99% 0.39% -
HSV(B) 49.29º 0.99% 0.77% -
XYZ 35.95 37.71 5.41 -
YUV 154.11 41.6 158.59 -
System Red Green Blue C M Y K H S L
Decimal 197 162 1 0 0.18 0.99 0.23 49.29 0.99 0.39
Hex C5 A2 1 0 12 63 17 31 63 27
Octal 305 242 1 0 22 143 27 61 143 47
Binary 11000101 10100010 1 0 10010 1100011 10111 110001 1100011 100111

Color Harmonies of #C5A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A201

Black with #C5A201

Text Example


Text Example

White with #C5A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A201; }

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

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

background-color css

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

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

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

border-color css

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

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

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