#CF965C

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

Shades of Whiskey Sour #CF965C

Tints of Whiskey Sour #CF965C

Color information

#CF965C (or 0xCF965C) is unknown color: approx Whiskey Sour. HEX triplet: CF, 96 and 5C. RGB value is (207,150,92). Sum of RGB (Red+Green+Blue) = 207+150+92=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF965C is #3069A3. Grayscale: #A0A0A0. Windows color (decimal): -3172772 or 6067919. OLE color: 6067919.

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

Color convert

RGB20715092-
CMYK00.280.560.19
HSL30.26º54.5%58.63%-
HSV(B)30.26º55.56%81.18%-
XYZ38.5735.8515.01-
YUV160.4389.38161.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=46.10%
G=33.41%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071509200.280.560.1930.2654.558.63
HexCF965C01C38131e373b
Octal3172261340347023366773
Binary110011111001011010111000111001110001001111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF965C; }

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

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

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

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

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

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

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

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