Html Css Color HEX #C1A805 Buddha Gold

📋 copy color: '#C1A805'

red 193 ◦ green 168 ◦ blue 5

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

Shades of Buddha Gold #C1A805

Tints of Buddha Gold #C1A805

RGB

 RED value IS 193 (75.78% from 255) = 52.73%

 GREEN value IS 168 (66.02% from 255) = 45.9%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 52.73%
G = 45.9%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C1A805 (or 0xC1A805) is known color: Buddha Gold. HEX triplet: C1, A8 and 05. RGB value is (193,168,5). Sum of RGB (Red+Green+Blue) = 193+168+5=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A805 is #3E57FA. Grayscale: #9D9D9D. Windows color (decimal): -4085755 or 370881. OLE color: 370881.

HSL color Cylindrical-coordinate representation of color #C1A805: hue angle of 52.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1A805 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 5 -
CMYK 0 0.13 0.97 0.24
HSL 52.02º 0.95% 0.39% -
HSV(B) 52.02º 0.97% 0.76% -
XYZ 36.02 39.35 5.84 -
YUV 156.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 193 168 5 0 0.13 0.97 0.24 52.02 0.95 0.39
Hex C1 A8 5 0 D 61 18 34 5F 27
Octal 301 250 5 0 15 141 30 64 137 47
Binary 11000001 10101000 101 0 1101 1100001 11000 110100 1011111 100111

Color Harmonies of #C1A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A805

Black with #C1A805

Text Example


Text Example

White with #C1A805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A805; }

 p { color: rgb(193,168,5); }

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

background-color css

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

 a { background-color: rgb(193,168,5); }

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

border-color css

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

 span { border-color: rgb(193,168,5); }

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