#C09948

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

Shades of Tussock #C09948

Tints of Tussock #C09948

Color information

#C09948 (or 0xC09948) is unknown color: approx Tussock. HEX triplet: C0, 99 and 48. RGB value is (192,153,72). Sum of RGB (Red+Green+Blue) = 192+153+72=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C09948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09948 is #3F66B7. Grayscale: #9B9B9B. Windows color (decimal): -4155064 or 4757952. OLE color: 4757952.

HSL color Cylindrical-coordinate representation of color #C09948: hue angle of 40.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09948 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19215372-
CMYK00.200.630.25
HSL40.5º48.78%51.76%-
HSV(B)40.5º62.5%75.29%-
XYZ34.334.4610.97-
YUV155.4380.92154.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=46.04%
G=36.69%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921537200.200.630.2540.548.7851.76
HexC099480143F19283134
Octal3002311100247731506164
Binary1100000010011001100100001010011111111001101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09948; }

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

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

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

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

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

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

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

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