#C38C6A

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

Shades of Whiskey #C38C6A

Tints of Whiskey #C38C6A

Color information

#C38C6A (or 0xC38C6A) is unknown color: approx Whiskey. HEX triplet: C3, 8C and 6A. RGB value is (195,140,106). Sum of RGB (Red+Green+Blue) = 195+140+106=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C6A is #3C7395. Grayscale: #989898. Windows color (decimal): -3961750 or 6982851. OLE color: 6982851.

HSL color Cylindrical-coordinate representation of color #C38C6A: hue angle of 22.92º 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 #C38C6A is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195140106-
CMYK00.280.460.24
HSL22.92º42.58%59.02%-
HSV(B)22.92º45.64%76.47%-
XYZ34.4931.417.88-
YUV152.57101.72158.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 106 (41.80% from 255) = 24.04%
R=44.22%
G=31.75%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514010600.280.460.2422.9242.5859.02
HexC38C6A01C2E18172b3b
Octal3032141520345630275373
Binary110000111000110011010100111001011101100010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C6A; }

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

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

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

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

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

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

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

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