#C09848

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

Shades of Tussock #C09848

Tints of Tussock #C09848

Color information

#C09848 (or 0xC09848) is unknown color: approx Tussock. HEX triplet: C0, 98 and 48. RGB value is (192,152,72). Sum of RGB (Red+Green+Blue) = 192+152+72=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C09848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09848 is #3F67B7. Grayscale: #9B9B9B. Windows color (decimal): -4155320 or 4757696. OLE color: 4757696.

HSL color Cylindrical-coordinate representation of color #C09848: hue angle of 40º 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 #C09848 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19215272-
CMYK00.210.630.25
HSL40º48.78%51.76%-
HSV(B)40º62.5%75.29%-
XYZ34.1434.1310.92-
YUV154.8481.25154.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=46.15%
G=36.54%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921527200.210.630.254048.7851.76
HexC098480153F19283134
Octal3002301100257731506164
Binary1100000010011000100100001010111111111001101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09848; }

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

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

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

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

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

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

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

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