#C38C5D

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

Shades of Twine #C38C5D

Tints of Twine #C38C5D

Color information

#C38C5D (or 0xC38C5D) is unknown color: approx Twine. HEX triplet: C3, 8C and 5D. RGB value is (195,140,93). Sum of RGB (Red+Green+Blue) = 195+140+93=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C5D is #3C73A2. Grayscale: #979797. Windows color (decimal): -3961763 or 6130883. OLE color: 6130883.

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

Color convert

RGB19514093-
CMYK00.280.520.24
HSL27.65º45.95%56.47%-
HSV(B)27.65º52.31%76.47%-
XYZ33.8631.1514.58-
YUV151.0995.22159.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=45.56%
G=32.71%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951409300.280.520.2427.6545.9556.47
HexC38C5D01C34181c2e38
Octal3032141350346430345670
Binary110000111000110010111010111001101001100011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C5D; }

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

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

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

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

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

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

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

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