#C08E44

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

Shades of Tussock #C08E44

Tints of Tussock #C08E44

Color information

#C08E44 (or 0xC08E44) is unknown color: approx Tussock. HEX triplet: C0, 8E and 44. RGB value is (192,142,68). Sum of RGB (Red+Green+Blue) = 192+142+68=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E44 is #3F71BB. Grayscale: #949494. Windows color (decimal): -4157884 or 4492992. OLE color: 4492992.

HSL color Cylindrical-coordinate representation of color #C08E44: hue angle of 35.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C08E44 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19214268-
CMYK00.260.650.25
HSL35.81º49.6%50.98%-
HSV(B)35.81º64.58%75.29%-
XYZ32.4530.979.74-
YUV148.5182.56159.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=47.76%
G=35.32%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921426800.260.650.2535.8149.650.98
HexC08E4401A4119243233
Octal30021610403210131446263
Binary11000000100011101000100011010100000111001100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E44; }

 p { color: rgb(192,142,68); }

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

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

 a { background-color: rgb(192,142,68); }

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

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

 span { border-color: rgb(192,142,68); }

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