Html Css Color HEX #C0A107 Buddha Gold

📋 copy color: '#C0A107'

red 192 ◦ green 161 ◦ blue 7

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

Shades of Buddha Gold #C0A107

Tints of Buddha Gold #C0A107

RGB

 RED value IS 192 (75.39% from 255) = 53.33%

 GREEN value IS 161 (63.28% from 255) = 44.72%

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 53.33%
G = 44.72%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C0A107 (or 0xC0A107) is known color: Buddha Gold. HEX triplet: C0, A1 and 07. RGB value is (192,161,7). Sum of RGB (Red+Green+Blue) = 192+161+7=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A107 is #3F5EF8. Grayscale: #999999. Windows color (decimal): -4153081 or 500160. OLE color: 500160.

HSL color Cylindrical-coordinate representation of color #C0A107: hue angle of 49.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0A107 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 7 -
CMYK 0 0.16 0.96 0.25
HSL 49.95º 0.93% 0.39% -
HSV(B) 49.95º 0.96% 0.75% -
XYZ 34.52 36.71 5.47 -
YUV 152.71 45.77 156.02 -
System Red Green Blue C M Y K H S L
Decimal 192 161 7 0 0.16 0.96 0.25 49.95 0.93 0.39
Hex C0 A1 7 0 10 60 19 32 5D 27
Octal 300 241 7 0 20 140 31 62 135 47
Binary 11000000 10100001 111 0 10000 1100000 11001 110010 1011101 100111

Color Harmonies of #C0A107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A107

Black with #C0A107

Text Example


Text Example

White with #C0A107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A107; }

 p { color: rgb(192,161,7); }

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

background-color css

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

 a { background-color: rgb(192,161,7); }

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

border-color css

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

 span { border-color: rgb(192,161,7); }

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