#CF8D69

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

Shades of Whiskey #CF8D69

Tints of Whiskey #CF8D69

Color information

#CF8D69 (or 0xCF8D69) is unknown color: approx Whiskey. HEX triplet: CF, 8D and 69. RGB value is (207,141,105). Sum of RGB (Red+Green+Blue) = 207+141+105=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D69 is #307296. Grayscale: #9C9C9C. Windows color (decimal): -3175063 or 6917583. OLE color: 6917583.

HSL color Cylindrical-coordinate representation of color #CF8D69: hue angle of 21.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF8D69 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207141105-
CMYK00.320.490.19
HSL21.18º51.52%61.18%-
HSV(B)21.18º49.28%81.18%-
XYZ37.8133.3417.81-
YUV156.6398.87163.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=45.70%
G=31.13%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714110500.320.490.1921.1851.5261.18
HexCF8D69020311315343d
Octal3172151510406123256475
Binary1100111110001101110100101000001100011001110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D69; }

 p { color: rgb(207,141,105); }

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

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

 a { background-color: rgb(207,141,105); }

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

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

 span { border-color: rgb(207,141,105); }

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