Html Css Color HEX #C1A505 Buddha Gold

📋 copy color: '#C1A505'

red 193 ◦ green 165 ◦ blue 5

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

Shades of Buddha Gold #C1A505

Tints of Buddha Gold #C1A505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.45%

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

R = 53.17%
G = 45.45%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C1A505 (or 0xC1A505) is known color: Buddha Gold. HEX triplet: C1, A5 and 05. RGB value is (193,165,5). Sum of RGB (Red+Green+Blue) = 193+165+5=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A505 is #3E5AFA. Grayscale: #9B9B9B. Windows color (decimal): -4086523 or 370113. OLE color: 370113.

HSL color Cylindrical-coordinate representation of color #C1A505: hue angle of 51.06º 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 #C1A505 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 5 -
CMYK 0 0.15 0.97 0.24
HSL 51.06º 0.95% 0.39% -
HSV(B) 51.06º 0.97% 0.76% -
XYZ 35.47 38.26 5.66 -
YUV 155.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 193 165 5 0 0.15 0.97 0.24 51.06 0.95 0.39
Hex C1 A5 5 0 F 61 18 33 5F 27
Octal 301 245 5 0 17 141 30 63 137 47
Binary 11000001 10100101 101 0 1111 1100001 11000 110011 1011111 100111

Color Harmonies of #C1A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A505

Black with #C1A505

Text Example


Text Example

White with #C1A505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A505; }

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

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

background-color css

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

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

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

border-color css

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

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

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