#C0952E

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

Shades of Nugget #C0952E

Tints of Nugget #C0952E

Color information

#C0952E (or 0xC0952E) is unknown color: approx Nugget. HEX triplet: C0, 95 and 2E. RGB value is (192,149,46). Sum of RGB (Red+Green+Blue) = 192+149+46=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0952E is #3F6AD1. Grayscale: #969696. Windows color (decimal): -4156114 or 3052992. OLE color: 3052992.

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

Color convert

RGB19214946-
CMYK00.220.760.25
HSL42.33º61.34%46.67%-
HSV(B)42.33º76.04%75.29%-
XYZ32.9832.97.2-
YUV150.1169.25157.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.61%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=49.61%
G=38.50%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921494600.220.760.2542.3361.3446.67
HexC0952E0164C192a3d2f
Octal3002255602611431527557
Binary1100000010010101101110010110100110011001101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0952E; }

 p { color: rgb(192,149,46); }

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

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

 a { background-color: rgb(192,149,46); }

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

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

 span { border-color: rgb(192,149,46); }

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