#C38D6B

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

Shades of Whiskey #C38D6B

Tints of Whiskey #C38D6B

Color information

#C38D6B (or 0xC38D6B) is unknown color: approx Whiskey. HEX triplet: C3, 8D and 6B. RGB value is (195,141,107). Sum of RGB (Red+Green+Blue) = 195+141+107=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D6B is #3C7294. Grayscale: #999999. Windows color (decimal): -3961493 or 7048643. OLE color: 7048643.

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

Color convert

RGB195141107-
CMYK00.280.450.24
HSL23.18º42.31%59.22%-
HSV(B)23.18º45.13%76.47%-
XYZ34.6831.7118.2-
YUV153.27101.89157.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=44.02%
G=31.83%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514110700.280.450.2423.1842.3159.22
HexC38D6B01C2D18172a3b
Octal3032151530345530275273
Binary110000111000110111010110111001011011100010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D6B; }

 p { color: rgb(195,141,107); }

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

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

 a { background-color: rgb(195,141,107); }

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

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

 span { border-color: rgb(195,141,107); }

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