#c1901c

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

Shades of Nugget #C1901C

Tints of Nugget #C1901C

Color information

#C1901C (or 0xC1901C) is unknown color: approx Nugget. HEX triplet: C1, 90 and 1C. RGB value is (193,144,28). Sum of RGB (Red+Green+Blue) = 193+144+28=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1901C is #3E6FE3. Grayscale: #919191. Windows color (decimal): -4091876 or 1872065. OLE color: 1872065.

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

Color convert

RGB19314428-
CMYK00.250.850.24
HSL42.18º74.66%43.33%-
HSV(B)42.18º85.49%75.69%-
XYZ32.1831.375.46-
YUV145.4361.73161.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 28 (11.33% from 255) = 7.67%
R=52.88%
G=39.45%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931442800.250.850.2442.1874.6643.33
HexC1901C01955182a4b2b
Octal30122034031125305211353
Binary1100000110010000111000110011010101110001010101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1901c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1901c; }

 p { color: rgb(193,144,28); }

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

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

 a { background-color: rgb(193,144,28); }

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

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

 span { border-color: rgb(193,144,28); }

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