#C1992A

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

Shades of Nugget #C1992A

Tints of Nugget #C1992A

Color information

#C1992A (or 0xC1992A) is unknown color: approx Nugget. HEX triplet: C1, 99 and 2A. RGB value is (193,153,42). Sum of RGB (Red+Green+Blue) = 193+153+42=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1992A is #3E66D5. Grayscale: #989898. Windows color (decimal): -4089558 or 2791873. OLE color: 2791873.

HSL color Cylindrical-coordinate representation of color #C1992A: hue angle of 44.11º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1992A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19315342-
CMYK00.210.780.24
HSL44.11º64.26%46.08%-
HSV(B)44.11º78.24%75.69%-
XYZ33.834.297.03-
YUV152.3165.75157.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=49.74%
G=39.43%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931534200.210.780.2444.1164.2646.08
HexC1992A0154E182c402e
Octal30123152025116305410056
Binary11000001100110011010100101011001110110001011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1992A; }

 p { color: rgb(193,153,42); }

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

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

 a { background-color: rgb(193,153,42); }

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

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

 span { border-color: rgb(193,153,42); }

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