#CF9769

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

Shades of Whiskey #CF9769

Tints of Whiskey #CF9769

Color information

#CF9769 (or 0xCF9769) is unknown color: approx Whiskey. HEX triplet: CF, 97 and 69. RGB value is (207,151,105). Sum of RGB (Red+Green+Blue) = 207+151+105=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9769 is #306896. Grayscale: #A2A2A2. Windows color (decimal): -3172503 or 6920143. OLE color: 6920143.

HSL color Cylindrical-coordinate representation of color #CF9769: hue angle of 27.06º 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 #CF9769 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207151105-
CMYK00.270.490.19
HSL27.06º51.52%61.18%-
HSV(B)27.06º49.28%81.18%-
XYZ39.3536.4218.32-
YUV162.595.55159.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=44.71%
G=32.61%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715110500.270.490.1927.0651.5261.18
HexCF976901B31131b343d
Octal3172271510336123336475
Binary110011111001011111010010110111100011001111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9769; }

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

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

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

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

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

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

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

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