#CF915A

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

Shades of Whiskey Sour #CF915A

Tints of Whiskey Sour #CF915A

Color information

#CF915A (or 0xCF915A) is unknown color: approx Whiskey Sour. HEX triplet: CF, 91 and 5A. RGB value is (207,145,90). Sum of RGB (Red+Green+Blue) = 207+145+90=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF915A is #306EA5. Grayscale: #9D9D9D. Windows color (decimal): -3174054 or 5935567. OLE color: 5935567.

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

Color convert

RGB20714590-
CMYK00.300.570.19
HSL28.21º54.93%58.24%-
HSV(B)28.21º56.52%81.18%-
XYZ37.734.2514.3-
YUV157.2790.04163.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=46.83%
G=32.81%
B=20.36%

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
Decimal2071459000.300.570.1928.2154.9358.24
HexCF915A01E39131c373a
Octal3172211320367123346772
Binary110011111001000110110100111101110011001111100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF915A; }

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

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

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

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

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

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

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

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