#C38C58

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

Shades of Twine #C38C58

Tints of Twine #C38C58

Color information

#C38C58 (or 0xC38C58) is unknown color: approx Twine. HEX triplet: C3, 8C and 58. RGB value is (195,140,88). Sum of RGB (Red+Green+Blue) = 195+140+88=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C58 is #3C73A7. Grayscale: #969696. Windows color (decimal): -3961768 or 5803203. OLE color: 5803203.

HSL color Cylindrical-coordinate representation of color #C38C58: hue angle of 29.16º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C38C58 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19514088-
CMYK00.280.550.24
HSL29.16º47.14%55.49%-
HSV(B)29.16º54.87%76.47%-
XYZ33.6531.0613.45-
YUV150.5292.72159.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 88 (34.77% from 255) = 20.80%
R=46.10%
G=33.10%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951408800.280.550.2429.1647.1455.49
HexC38C5801C37181d2f37
Octal3032141300346730355767
Binary110000111000110010110000111001101111100011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C58; }

 p { color: rgb(195,140,88); }

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

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

 a { background-color: rgb(195,140,88); }

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

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

 span { border-color: rgb(195,140,88); }

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