Html Css Color HEX #C1A005 Buddha Gold

📋 copy color: '#C1A005'

red 193 ◦ green 160 ◦ blue 5

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

Shades of Buddha Gold #C1A005

Tints of Buddha Gold #C1A005

RGB

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

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

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

R = 53.91%
G = 44.69%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C1A005 (or 0xC1A005) is known color: Buddha Gold. HEX triplet: C1, A0 and 05. RGB value is (193,160,5). Sum of RGB (Red+Green+Blue) = 193+160+5=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A005 is #3E5FFA. Grayscale: #989898. Windows color (decimal): -4087803 or 368833. OLE color: 368833.

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

Color convert

RGB 193 160 5 -
CMYK 0 0.17 0.97 0.24
HSL 49.47º 0.95% 0.39% -
HSV(B) 49.47º 0.97% 0.76% -
XYZ 34.59 36.49 5.36 -
YUV 152.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 193 160 5 0 0.17 0.97 0.24 49.47 0.95 0.39
Hex C1 A0 5 0 11 61 18 31 5F 27
Octal 301 240 5 0 21 141 30 61 137 47
Binary 11000001 10100000 101 0 10001 1100001 11000 110001 1011111 100111

Color Harmonies of #C1A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A005

Black with #C1A005

Text Example


Text Example

White with #C1A005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A005; }

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

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

background-color css

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

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

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

border-color css

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

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

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