#CF9467

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

Shades of Whiskey #CF9467

Tints of Whiskey #CF9467

Color information

#CF9467 (or 0xCF9467) is unknown color: approx Whiskey. HEX triplet: CF, 94 and 67. RGB value is (207,148,103). Sum of RGB (Red+Green+Blue) = 207+148+103=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9467 is #306B98. Grayscale: #A0A0A0. Windows color (decimal): -3173273 or 6788303. OLE color: 6788303.

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

Color convert

RGB207148103-
CMYK00.290.500.19
HSL25.96º52%60.78%-
HSV(B)25.96º50.24%81.18%-
XYZ38.7735.4217.63-
YUV160.5195.55161.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=45.20%
G=32.31%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714810300.290.500.1925.965260.78
HexCF946701D32131a343d
Octal3172241470356223326475
Binary110011111001010011001110111011100101001111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9467; }

 p { color: rgb(207,148,103); }

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

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

 a { background-color: rgb(207,148,103); }

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

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

 span { border-color: rgb(207,148,103); }

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