#C09755

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

Shades of Twine #C09755

Tints of Twine #C09755

Color information

#C09755 (or 0xC09755) is unknown color: approx Twine. HEX triplet: C0, 97 and 55. RGB value is (192,151,85). Sum of RGB (Red+Green+Blue) = 192+151+85=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C09755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09755 is #3F68AA. Grayscale: #9C9C9C. Windows color (decimal): -4155563 or 5609408. OLE color: 5609408.

HSL color Cylindrical-coordinate representation of color #C09755: hue angle of 37.01º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09755 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19215185-
CMYK00.210.560.25
HSL37.01º45.92%54.31%-
HSV(B)37.01º55.73%75.29%-
XYZ34.443413.34-
YUV155.7488.08153.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=44.86%
G=35.28%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921518500.210.560.2537.0145.9254.31
HexC097550153819252e36
Octal3002271250257031455666
Binary1100000010010111101010101010111100011001100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09755; }

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

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

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

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

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

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

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

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