#CF945A

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

Shades of Whiskey Sour #CF945A

Tints of Whiskey Sour #CF945A

Color information

#CF945A (or 0xCF945A) is unknown color: approx Whiskey Sour. HEX triplet: CF, 94 and 5A. RGB value is (207,148,90). Sum of RGB (Red+Green+Blue) = 207+148+90=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF945A is #306BA5. Grayscale: #9F9F9F. Windows color (decimal): -3173286 or 5936335. OLE color: 5936335.

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

Color convert

RGB20714890-
CMYK00.290.570.19
HSL29.74º54.93%58.24%-
HSV(B)29.74º56.52%81.18%-
XYZ38.1735.1814.45-
YUV159.0389.05162.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=46.52%
G=33.26%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071489000.290.570.1929.7454.9358.24
HexCF945A01D39131e373a
Octal3172241320357123366772
Binary110011111001010010110100111011110011001111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF945A; }

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

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

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

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

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

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

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

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