Html Css Color HEX #C1A008 Buddha Gold

📋 copy color: '#C1A008'

red 193 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #C1A008

Tints of Buddha Gold #C1A008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 53.46%
G = 44.32%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C1A008 (or 0xC1A008) is known color: Buddha Gold. HEX triplet: C1, A0 and 08. RGB value is (193,160,8). Sum of RGB (Red+Green+Blue) = 193+160+8=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A008 is #3E5FF7. Grayscale: #999999. Windows color (decimal): -4087800 or 565441. OLE color: 565441.

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

Color convert

RGB 193 160 8 -
CMYK 0 0.17 0.96 0.24
HSL 49.3º 0.92% 0.39% -
HSV(B) 49.3º 0.96% 0.76% -
XYZ 34.61 36.5 5.45 -
YUV 152.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 193 160 8 0 0.17 0.96 0.24 49.3 0.92 0.39
Hex C1 A0 8 0 11 60 18 31 5C 27
Octal 301 240 10 0 21 140 30 61 134 47
Binary 11000001 10100000 1000 0 10001 1100000 11000 110001 1011100 100111

Color Harmonies of #C1A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A008

Black with #C1A008

Text Example


Text Example

White with #C1A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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