Html Css Color HEX #C5A102 Buddha Gold

📋 copy color: '#C5A102'

red 197 ◦ green 161 ◦ blue 2

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

Shades of Buddha Gold #C5A102

Tints of Buddha Gold #C5A102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.72%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 54.72%
G = 44.72%
B = 0.56%

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

#C5A102 (or 0xC5A102) is known color: Buddha Gold. HEX triplet: C5, A1 and 02. RGB value is (197,161,2). Sum of RGB (Red+Green+Blue) = 197+161+2=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A102 is #3A5EFD. Grayscale: #9A9A9A. Windows color (decimal): -3825406 or 172485. OLE color: 172485.

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

Color convert

RGB 197 161 2 -
CMYK 0 0.18 0.99 0.23
HSL 48.92º 0.98% 0.39% -
HSV(B) 48.92º 0.99% 0.77% -
XYZ 35.78 37.36 5.38 -
YUV 153.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 197 161 2 0 0.18 0.99 0.23 48.92 0.98 0.39
Hex C5 A1 2 0 12 63 17 31 62 27
Octal 305 241 2 0 22 143 27 61 142 47
Binary 11000101 10100001 10 0 10010 1100011 10111 110001 1100010 100111

Color Harmonies of #C5A102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A102

Black with #C5A102

Text Example


Text Example

White with #C5A102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A102; }

 p { color: rgb(197,161,2); }

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

background-color css

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

 a { background-color: rgb(197,161,2); }

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

border-color css

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

 span { border-color: rgb(197,161,2); }

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