#CF925A

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

Shades of Whiskey Sour #CF925A

Tints of Whiskey Sour #CF925A

Color information

#CF925A (or 0xCF925A) is unknown color: approx Whiskey Sour. HEX triplet: CF, 92 and 5A. RGB value is (207,146,90). Sum of RGB (Red+Green+Blue) = 207+146+90=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF925A is #306DA5. Grayscale: #9E9E9E. Windows color (decimal): -3173798 or 5935823. OLE color: 5935823.

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

Color convert

RGB20714690-
CMYK00.290.570.19
HSL28.72º54.93%58.24%-
HSV(B)28.72º56.52%81.18%-
XYZ37.8634.5614.35-
YUV157.8589.71163.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=46.73%
G=32.96%
B=20.32%

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
Decimal2071469000.290.570.1928.7254.9358.24
HexCF925A01D39131d373a
Octal3172221320357123356772
Binary110011111001001010110100111011110011001111101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF925A; }

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

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

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

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

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

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

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

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