#C0961F

Color #C0961F Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C0961F

Tints of Buddha Gold #C0961F

Color information

#C0961F (or 0xC0961F) is unknown color: approx Buddha Gold. HEX triplet: C0, 96 and 1F. RGB value is (192,150,31). Sum of RGB (Red+Green+Blue) = 192+150+31=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0961F is #3F69E0. Grayscale: #959595. Windows color (decimal): -4155873 or 2070208. OLE color: 2070208.

HSL color Cylindrical-coordinate representation of color #C0961F: hue angle of 44.35º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0961F is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19215031-
CMYK00.220.840.25
HSL44.35º72.2%43.73%-
HSV(B)44.35º83.85%75.29%-
XYZ32.8933.125.96-
YUV148.9961.41158.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=51.47%
G=40.21%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921503100.220.840.2544.3572.243.73
HexC0961F01654192c482c
Octal30022637026124315411054
Binary1100000010010110111110101101010100110011011001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0961F; }

 p { color: rgb(192,150,31); }

 H1.HeaderClassName
 {
   color: #C0961F;
 }
 .AnyTagClassName
 {
   color: #C0961F;
 }
</style>
background-color css

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

 a { background-color: rgb(192,150,31); }

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

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

 span { border-color: rgb(192,150,31); }

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