Html Css Color HEX #C1A30F Buddha Gold

📋 copy color: '#C1A30F'

red 193 ◦ green 163 ◦ blue 15

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

Shades of Buddha Gold #C1A30F

Tints of Buddha Gold #C1A30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 52.02%
G = 43.94%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1A30F (or 0xC1A30F) is known color: Buddha Gold. HEX triplet: C1, A3 and 0F. RGB value is (193,163,15). Sum of RGB (Red+Green+Blue) = 193+163+15=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A30F is #3E5CF0. Grayscale: #9B9B9B. Windows color (decimal): -4087025 or 1024961. OLE color: 1024961.

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

Color convert

RGB 193 163 15 -
CMYK 0 0.16 0.92 0.24
HSL 49.89º 0.86% 0.41% -
HSV(B) 49.89º 0.92% 0.76% -
XYZ 35.18 37.57 5.85 -
YUV 155.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 193 163 15 0 0.16 0.92 0.24 49.89 0.86 0.41
Hex C1 A3 F 0 10 5C 18 32 56 29
Octal 301 243 17 0 20 134 30 62 126 51
Binary 11000001 10100011 1111 0 10000 1011100 11000 110010 1010110 101001

Color Harmonies of #C1A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A30F

Black with #C1A30F

Text Example


Text Example

White with #C1A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A30F; }

 p { color: rgb(193,163,15); }

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

background-color css

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

 a { background-color: rgb(193,163,15); }

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

border-color css

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

 span { border-color: rgb(193,163,15); }

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