#C0975B

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

Shades of Twine #C0975B

Tints of Twine #C0975B

Color information

#C0975B (or 0xC0975B) is unknown color: approx Twine. HEX triplet: C0, 97 and 5B. RGB value is (192,151,91). Sum of RGB (Red+Green+Blue) = 192+151+91=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0975B is #3F68A4. Grayscale: #9C9C9C. Windows color (decimal): -4155557 or 6002624. OLE color: 6002624.

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

Color convert

RGB19215191-
CMYK00.210.530.25
HSL35.64º44.49%55.49%-
HSV(B)35.64º52.6%75.29%-
XYZ34.6934.114.65-
YUV156.4291.08153.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=44.24%
G=34.79%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921519100.210.530.2535.6444.4955.49
HexC0975B0153519242c37
Octal3002271330256531445467
Binary1100000010010111101101101010111010111001100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0975B; }

 p { color: rgb(192,151,91); }

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

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

 a { background-color: rgb(192,151,91); }

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

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

 span { border-color: rgb(192,151,91); }

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