Html Css Color HEX #C1AA0E Buddha Gold

📋 copy color: '#C1AA0E'

red 193 ◦ green 170 ◦ blue 14

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

Shades of Buddha Gold #C1AA0E

Tints of Buddha Gold #C1AA0E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.09%

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 51.19%
G = 45.09%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1AA0E (or 0xC1AA0E) is known color: Buddha Gold. HEX triplet: C1, AA and 0E. RGB value is (193,170,14). Sum of RGB (Red+Green+Blue) = 193+170+14=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AA0E is #3E55F1. Grayscale: #9F9F9F. Windows color (decimal): -4085234 or 961217. OLE color: 961217.

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

Color convert

RGB 193 170 14 -
CMYK 0 0.12 0.93 0.24
HSL 52.29º 0.86% 0.41% -
HSV(B) 52.29º 0.93% 0.76% -
XYZ 36.45 40.12 6.24 -
YUV 159.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 193 170 14 0 0.12 0.93 0.24 52.29 0.86 0.41
Hex C1 AA E 0 C 5D 18 34 56 29
Octal 301 252 16 0 14 135 30 64 126 51
Binary 11000001 10101010 1110 0 1100 1011101 11000 110100 1010110 101001

Color Harmonies of #C1AA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA0E

Black with #C1AA0E

Text Example


Text Example

White with #C1AA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA0E; }

 p { color: rgb(193,170,14); }

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

background-color css

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

 a { background-color: rgb(193,170,14); }

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

border-color css

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

 span { border-color: rgb(193,170,14); }

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