Html Css Color HEX #C1A513 Buddha Gold

📋 copy color: '#C1A513'

red 193 ◦ green 165 ◦ blue 19

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

Shades of Buddha Gold #C1A513

Tints of Buddha Gold #C1A513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 51.19%
G = 43.77%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C1A513 (or 0xC1A513) is known color: Buddha Gold. HEX triplet: C1, A5 and 13. RGB value is (193,165,19). Sum of RGB (Red+Green+Blue) = 193+165+19=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A513 is #3E5AEC. Grayscale: #9D9D9D. Windows color (decimal): -4086509 or 1287617. OLE color: 1287617.

HSL color Cylindrical-coordinate representation of color #C1A513: hue angle of 50.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1A513 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 19 -
CMYK 0 0.15 0.90 0.24
HSL 50.34º 0.82% 0.42% -
HSV(B) 50.34º 0.9% 0.76% -
XYZ 35.57 38.29 6.13 -
YUV 156.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 193 165 19 0 0.15 0.90 0.24 50.34 0.82 0.42
Hex C1 A5 13 0 F 5A 18 32 52 2A
Octal 301 245 23 0 17 132 30 62 122 52
Binary 11000001 10100101 10011 0 1111 1011010 11000 110010 1010010 101010

Color Harmonies of #C1A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A513

Black with #C1A513

Text Example


Text Example

White with #C1A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A513; }

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

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

background-color css

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

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

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

border-color css

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

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

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