#C1952F

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

Shades of Nugget #C1952F

Tints of Nugget #C1952F

Color information

#C1952F (or 0xC1952F) is unknown color: approx Nugget. HEX triplet: C1, 95 and 2F. RGB value is (193,149,47). Sum of RGB (Red+Green+Blue) = 193+149+47=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1952F is #3E6AD0. Grayscale: #969696. Windows color (decimal): -4090577 or 3118529. OLE color: 3118529.

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

Color convert

RGB19314947-
CMYK00.230.760.24
HSL41.92º60.83%47.06%-
HSV(B)41.92º75.65%75.69%-
XYZ33.2533.047.31-
YUV150.5369.58158.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 47 (18.75% from 255) = 12.08%
R=49.61%
G=38.30%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931494700.230.760.2441.9260.8347.06
HexC1952F0174C182a3d2f
Octal3012255702711430527557
Binary1100000110010101101111010111100110011000101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1952F; }

 p { color: rgb(193,149,47); }

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

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

 a { background-color: rgb(193,149,47); }

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

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

 span { border-color: rgb(193,149,47); }

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