#CF9267

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

Shades of Whiskey #CF9267

Tints of Whiskey #CF9267

Color information

#CF9267 (or 0xCF9267) is unknown color: approx Whiskey. HEX triplet: CF, 92 and 67. RGB value is (207,146,103). Sum of RGB (Red+Green+Blue) = 207+146+103=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9267 is #306D98. Grayscale: #9F9F9F. Windows color (decimal): -3173785 or 6787791. OLE color: 6787791.

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

Color convert

RGB207146103-
CMYK00.290.500.19
HSL24.81º52%60.78%-
HSV(B)24.81º50.24%81.18%-
XYZ38.4634.817.52-
YUV159.3496.21162-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=45.39%
G=32.02%
B=22.59%

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
Decimal20714610300.290.500.1924.815260.78
HexCF926701D321319343d
Octal3172221470356223316475
Binary110011111001001011001110111011100101001111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9267; }

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

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

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

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

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

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

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

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