Html Css Color HEX #C1A011 Buddha Gold

📋 copy color: '#C1A011'

red 193 ◦ green 160 ◦ blue 17

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

Shades of Buddha Gold #C1A011

Tints of Buddha Gold #C1A011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.59%

R = 52.16%
G = 43.24%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1A011 (or 0xC1A011) is known color: Buddha Gold. HEX triplet: C1, A0 and 11. RGB value is (193,160,17). Sum of RGB (Red+Green+Blue) = 193+160+17=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A011 is #3E5FEE. Grayscale: #9A9A9A. Windows color (decimal): -4087791 or 1155265. OLE color: 1155265.

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

Color convert

RGB 193 160 17 -
CMYK 0 0.17 0.91 0.24
HSL 48.75º 0.84% 0.41% -
HSV(B) 48.75º 0.91% 0.76% -
XYZ 34.66 36.52 5.75 -
YUV 153.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 193 160 17 0 0.17 0.91 0.24 48.75 0.84 0.41
Hex C1 A0 11 0 11 5B 18 31 54 29
Octal 301 240 21 0 21 133 30 61 124 51
Binary 11000001 10100000 10001 0 10001 1011011 11000 110001 1010100 101001

Color Harmonies of #C1A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A011

Black with #C1A011

Text Example


Text Example

White with #C1A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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