#C08C23

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

Shades of Nugget #C08C23

Tints of Nugget #C08C23

Color information

#C08C23 (or 0xC08C23) is unknown color: approx Nugget. HEX triplet: C0, 8C and 23. RGB value is (192,140,35). Sum of RGB (Red+Green+Blue) = 192+140+35=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C23 is #3F73DC. Grayscale: #909090. Windows color (decimal): -4158429 or 2329792. OLE color: 2329792.

HSL color Cylindrical-coordinate representation of color #C08C23: hue angle of 40.13º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C08C23 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19214035-
CMYK00.270.820.25
HSL40.13º69.16%44.51%-
HSV(B)40.13º81.77%75.29%-
XYZ31.4230.085.74-
YUV143.5866.73162.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 35 (14.06% from 255) = 9.54%
R=52.32%
G=38.15%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921403500.270.820.2540.1369.1644.51
HexC08C2301B521928452d
Octal30021443033122315010555
Binary11000000100011001000110110111010010110011010001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C23; }

 p { color: rgb(192,140,35); }

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

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

 a { background-color: rgb(192,140,35); }

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

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

 span { border-color: rgb(192,140,35); }

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