#CF9562

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

Shades of Whiskey #CF9562

Tints of Whiskey #CF9562

Color information

#CF9562 (or 0xCF9562) is unknown color: approx Whiskey. HEX triplet: CF, 95 and 62. RGB value is (207,149,98). Sum of RGB (Red+Green+Blue) = 207+149+98=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9562 is #306A9D. Grayscale: #A0A0A0. Windows color (decimal): -3173022 or 6460879. OLE color: 6460879.

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

Color convert

RGB20714998-
CMYK00.280.530.19
HSL28.07º53.17%59.8%-
HSV(B)28.07º52.66%81.18%-
XYZ38.6835.6416.4-
YUV160.5392.72161.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 98 (38.67% from 255) = 21.59%
R=45.59%
G=32.82%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071499800.280.530.1928.0753.1759.8
HexCF956201C35131c353c
Octal3172251420346523346574
Binary110011111001010111000100111001101011001111100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9562; }

 p { color: rgb(207,149,98); }

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

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

 a { background-color: rgb(207,149,98); }

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

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

 span { border-color: rgb(207,149,98); }

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