#C09927

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

Shades of Nugget #C09927

Tints of Nugget #C09927

Color information

#C09927 (or 0xC09927) is unknown color: approx Nugget. HEX triplet: C0, 99 and 27. RGB value is (192,153,39). Sum of RGB (Red+Green+Blue) = 192+153+39=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C09927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09927 is #3F66D8. Grayscale: #989898. Windows color (decimal): -4155097 or 2595264. OLE color: 2595264.

HSL color Cylindrical-coordinate representation of color #C09927: hue angle of 44.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C09927 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19215339-
CMYK00.200.800.25
HSL44.71º66.23%45.29%-
HSV(B)44.71º79.69%75.29%-
XYZ33.534.146.74-
YUV151.6664.42156.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 39 (15.62% from 255) = 10.16%
R=50%
G=39.84%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921533900.200.800.2544.7166.2345.29
HexC0992701450192d422d
Octal30023147024120315510255
Binary11000000100110011001110101001010000110011011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09927; }

 p { color: rgb(192,153,39); }

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

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

 a { background-color: rgb(192,153,39); }

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

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

 span { border-color: rgb(192,153,39); }

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