#CF905A

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

Shades of Whiskey Sour #CF905A

Tints of Whiskey Sour #CF905A

Color information

#CF905A (or 0xCF905A) is unknown color: approx Whiskey Sour. HEX triplet: CF, 90 and 5A. RGB value is (207,144,90). Sum of RGB (Red+Green+Blue) = 207+144+90=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF905A is #306FA5. Grayscale: #9C9C9C. Windows color (decimal): -3174310 or 5935311. OLE color: 5935311.

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

Color convert

RGB20714490-
CMYK00.300.570.19
HSL27.69º54.93%58.24%-
HSV(B)27.69º56.52%81.18%-
XYZ37.5533.9514.25-
YUV156.6890.37163.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=46.94%
G=32.65%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071449000.300.570.1927.6954.9358.24
HexCF905A01E39131c373a
Octal3172201320367123346772
Binary110011111001000010110100111101110011001111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF905A; }

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

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

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

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

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

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

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

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