#C18F22

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

Shades of Nugget #C18F22

Tints of Nugget #C18F22

Color information

#C18F22 (or 0xC18F22) is unknown color: approx Nugget. HEX triplet: C1, 8F and 22. RGB value is (193,143,34). Sum of RGB (Red+Green+Blue) = 193+143+34=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F22 is #3E70DD. Grayscale: #929292. Windows color (decimal): -4092126 or 2265025. OLE color: 2265025.

HSL color Cylindrical-coordinate representation of color #C18F22: hue angle of 41.13º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18F22 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19314334-
CMYK00.260.820.24
HSL41.13º70.04%44.51%-
HSV(B)41.13º82.38%75.69%-
XYZ32.131.15.82-
YUV145.5265.06161.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 34 (13.67% from 255) = 9.19%
R=52.16%
G=38.65%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931433400.260.820.2441.1370.0444.51
HexC18F2201A521829462d
Octal30121742032122305110655
Binary11000001100011111000100110101010010110001010011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F22; }

 p { color: rgb(193,143,34); }

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

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

 a { background-color: rgb(193,143,34); }

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

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

 span { border-color: rgb(193,143,34); }

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