Html Css Color HEX #C5A002 Buddha Gold

📋 copy color: '#C5A002'

red 197 ◦ green 160 ◦ blue 2

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

Shades of Buddha Gold #C5A002

Tints of Buddha Gold #C5A002

RGB

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

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

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

R = 54.87%
G = 44.57%
B = 0.56%

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

#C5A002 (or 0xC5A002) is known color: Buddha Gold. HEX triplet: C5, A0 and 02. RGB value is (197,160,2). Sum of RGB (Red+Green+Blue) = 197+160+2=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A002 is #3A5FFD. Grayscale: #999999. Windows color (decimal): -3825662 or 172229. OLE color: 172229.

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

Color convert

RGB 197 160 2 -
CMYK 0 0.19 0.99 0.23
HSL 48.62º 0.98% 0.39% -
HSV(B) 48.62º 0.99% 0.77% -
XYZ 35.61 37.02 5.33 -
YUV 153.05 42.76 159.35 -
System Red Green Blue C M Y K H S L
Decimal 197 160 2 0 0.19 0.99 0.23 48.62 0.98 0.39
Hex C5 A0 2 0 13 63 17 31 62 27
Octal 305 240 2 0 23 143 27 61 142 47
Binary 11000101 10100000 10 0 10011 1100011 10111 110001 1100010 100111

Color Harmonies of #C5A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A002

Black with #C5A002

Text Example


Text Example

White with #C5A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A002; }

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

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

background-color css

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

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

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

border-color css

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

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

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