#CF895D

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

Shades of Whiskey #CF895D

Tints of Whiskey #CF895D

Color information

#CF895D (or 0xCF895D) is unknown color: approx Whiskey. HEX triplet: CF, 89 and 5D. RGB value is (207,137,93). Sum of RGB (Red+Green+Blue) = 207+137+93=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF895D is #3076A2. Grayscale: #999999. Windows color (decimal): -3176099 or 6130127. OLE color: 6130127.

HSL color Cylindrical-coordinate representation of color #CF895D: hue angle of 23.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF895D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB20713793-
CMYK00.340.550.19
HSL23.16º54.29%58.82%-
HSV(B)23.16º55.07%81.18%-
XYZ36.6531.9514.59-
YUV152.9194.19166.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=47.37%
G=31.35%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071379300.340.550.1923.1654.2958.82
HexCF895D022371317363b
Octal3172111350426723276673
Binary1100111110001001101110101000101101111001110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF895D; }

 p { color: rgb(207,137,93); }

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

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

 a { background-color: rgb(207,137,93); }

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

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

 span { border-color: rgb(207,137,93); }

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