#CF965D

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

Shades of Whiskey Sour #CF965D

Tints of Whiskey Sour #CF965D

Color information

#CF965D (or 0xCF965D) is unknown color: approx Whiskey Sour. HEX triplet: CF, 96 and 5D. RGB value is (207,150,93). Sum of RGB (Red+Green+Blue) = 207+150+93=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF965D is #3069A2. Grayscale: #A0A0A0. Windows color (decimal): -3172771 or 6133455. OLE color: 6133455.

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

Color convert

RGB20715093-
CMYK00.280.550.19
HSL30º54.29%58.82%-
HSV(B)30º55.07%81.18%-
XYZ38.6135.8715.24-
YUV160.5489.88161.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=46%
G=33.33%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071509300.280.550.193054.2958.82
HexCF965D01C37131e363b
Octal3172261350346723366673
Binary110011111001011010111010111001101111001111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF965D; }

 p { color: rgb(207,150,93); }

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

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

 a { background-color: rgb(207,150,93); }

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

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

 span { border-color: rgb(207,150,93); }

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