#C08C4D

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

Shades of Tussock #C08C4D

Tints of Tussock #C08C4D

Color information

#C08C4D (or 0xC08C4D) is unknown color: approx Tussock. HEX triplet: C0, 8C and 4D. RGB value is (192,140,77). Sum of RGB (Red+Green+Blue) = 192+140+77=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C4D is #3F73B2. Grayscale: #949494. Windows color (decimal): -4158387 or 5082304. OLE color: 5082304.

HSL color Cylindrical-coordinate representation of color #C08C4D: hue angle of 32.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C08C4D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19214077-
CMYK00.270.600.25
HSL32.87º47.72%52.75%-
HSV(B)32.87º59.9%75.29%-
XYZ32.4630.511.2-
YUV148.3787.73159.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=46.94%
G=34.23%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921407700.270.600.2532.8747.7252.75
HexC08C4D01B3C19213035
Octal3002141150337431416065
Binary1100000010001100100110101101111110011001100001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C4D; }

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

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

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

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

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

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

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

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