#C0995A

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

Shades of Twine #C0995A

Tints of Twine #C0995A

Color information

#C0995A (or 0xC0995A) is unknown color: approx Twine. HEX triplet: C0, 99 and 5A. RGB value is (192,153,90). Sum of RGB (Red+Green+Blue) = 192+153+90=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0995A is #3F66A5. Grayscale: #9D9D9D. Windows color (decimal): -4155046 or 5937600. OLE color: 5937600.

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

Color convert

RGB19215390-
CMYK00.200.530.25
HSL37.06º44.74%55.29%-
HSV(B)37.06º53.12%75.29%-
XYZ34.9734.7314.53-
YUV157.4889.92152.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=44.14%
G=35.17%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921539000.200.530.2537.0644.7455.29
HexC0995A0143519252d37
Octal3002311320246531455567
Binary1100000010011001101101001010011010111001100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0995A; }

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

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

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

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

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

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

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

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