#C38B65

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

Shades of Whiskey #C38B65

Tints of Whiskey #C38B65

Color information

#C38B65 (or 0xC38B65) is unknown color: approx Whiskey. HEX triplet: C3, 8B and 65. RGB value is (195,139,101). Sum of RGB (Red+Green+Blue) = 195+139+101=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B65 is #3C749A. Grayscale: #979797. Windows color (decimal): -3962011 or 6654915. OLE color: 6654915.

HSL color Cylindrical-coordinate representation of color #C38B65: hue angle of 24.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C38B65 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195139101-
CMYK00.290.480.24
HSL24.26º43.93%58.04%-
HSV(B)24.26º48.21%76.47%-
XYZ34.0931.0116.5-
YUV151.4199.55159.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=44.83%
G=31.95%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513910100.290.480.2424.2643.9358.04
HexC38B6501D3018182c3a
Octal3032131450356030305472
Binary110000111000101111001010111011100001100011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B65; }

 p { color: rgb(195,139,101); }

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

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

 a { background-color: rgb(195,139,101); }

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

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

 span { border-color: rgb(195,139,101); }

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