#C09D4F

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

Shades of Tussock #C09D4F

Tints of Tussock #C09D4F

Color information

#C09D4F (or 0xC09D4F) is unknown color: approx Tussock. HEX triplet: C0, 9D and 4F. RGB value is (192,157,79). Sum of RGB (Red+Green+Blue) = 192+157+79=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D4F is #3F62B0. Grayscale: #9E9E9E. Windows color (decimal): -4154033 or 5217728. OLE color: 5217728.

HSL color Cylindrical-coordinate representation of color #C09D4F: hue angle of 41.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C09D4F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19215779-
CMYK00.180.590.25
HSL41.42º47.28%53.14%-
HSV(B)41.42º58.85%75.29%-
XYZ35.2135.8812.47-
YUV158.5783.1151.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 79 (31.25% from 255) = 18.46%
R=44.86%
G=36.68%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921577900.180.590.2541.4247.2853.14
HexC09D4F0123B19292f35
Octal3002351170227331515765
Binary1100000010011101100111101001011101111001101001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09D4F; }

 p { color: rgb(192,157,79); }

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

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

 a { background-color: rgb(192,157,79); }

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

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

 span { border-color: rgb(192,157,79); }

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