#CF945C

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

Shades of Whiskey Sour #CF945C

Tints of Whiskey Sour #CF945C

Color information

#CF945C (or 0xCF945C) is unknown color: approx Whiskey Sour. HEX triplet: CF, 94 and 5C. RGB value is (207,148,92). Sum of RGB (Red+Green+Blue) = 207+148+92=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF945C is #306BA3. Grayscale: #9F9F9F. Windows color (decimal): -3173284 or 6067407. OLE color: 6067407.

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

Color convert

RGB20714892-
CMYK00.290.560.19
HSL29.22º54.5%58.63%-
HSV(B)29.22º55.56%81.18%-
XYZ38.2535.2214.91-
YUV159.2690.05162.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=46.31%
G=33.11%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071489200.290.560.1929.2254.558.63
HexCF945C01D38131d373b
Octal3172241340357023356773
Binary110011111001010010111000111011110001001111101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF945C; }

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

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

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

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

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

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

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

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