#C38E6A

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

Shades of Whiskey #C38E6A

Tints of Whiskey #C38E6A

Color information

#C38E6A (or 0xC38E6A) is unknown color: approx Whiskey. HEX triplet: C3, 8E and 6A. RGB value is (195,142,106). Sum of RGB (Red+Green+Blue) = 195+142+106=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E6A is #3C7195. Grayscale: #999999. Windows color (decimal): -3961238 or 6983363. OLE color: 6983363.

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

Color convert

RGB195142106-
CMYK00.270.460.24
HSL24.27º42.58%59.02%-
HSV(B)24.27º45.64%76.47%-
XYZ34.7831.9917.98-
YUV153.74101.06157.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.02%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=44.02%
G=32.05%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514210600.270.460.2424.2742.5859.02
HexC38E6A01B2E18182b3b
Octal3032161520335630305373
Binary110000111000111011010100110111011101100011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E6A; }

 p { color: rgb(195,142,106); }

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

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

 a { background-color: rgb(195,142,106); }

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

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

 span { border-color: rgb(195,142,106); }

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