#CF9B65

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

Shades of Whiskey #CF9B65

Tints of Whiskey #CF9B65

Color information

#CF9B65 (or 0xCF9B65) is unknown color: approx Whiskey. HEX triplet: CF, 9B and 65. RGB value is (207,155,101). Sum of RGB (Red+Green+Blue) = 207+155+101=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B65 is #30649A. Grayscale: #A4A4A4. Windows color (decimal): -3171483 or 6659023. OLE color: 6659023.

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

Color convert

RGB207155101-
CMYK00.250.510.19
HSL30.57º52.48%60.39%-
HSV(B)30.57º51.21%81.18%-
XYZ39.837.6517.48-
YUV164.3992.23158.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=44.71%
G=33.48%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715510100.250.510.1930.5752.4860.39
HexCF9B6501933131f343c
Octal3172331450316323376474
Binary110011111001101111001010110011100111001111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B65; }

 p { color: rgb(207,155,101); }

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

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

 a { background-color: rgb(207,155,101); }

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

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

 span { border-color: rgb(207,155,101); }

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