#CF8755

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

Shades of Whiskey Sour #CF8755

Tints of Whiskey Sour #CF8755

Color information

#CF8755 (or 0xCF8755) is unknown color: approx Whiskey Sour. HEX triplet: CF, 87 and 55. RGB value is (207,135,85). Sum of RGB (Red+Green+Blue) = 207+135+85=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8755 is #3078AA. Grayscale: #979797. Windows color (decimal): -3176619 or 5605327. OLE color: 5605327.

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

Color convert

RGB20713585-
CMYK00.350.590.19
HSL24.59º55.96%57.25%-
HSV(B)24.59º58.94%81.18%-
XYZ36.0431.2512.73-
YUV150.8390.85168.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=48.48%
G=31.62%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071358500.350.590.1924.5955.9657.25
HexCF87550233B13193839
Octal3172071250437323317071
Binary1100111110000111101010101000111110111001111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8755; }

 p { color: rgb(207,135,85); }

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

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

 a { background-color: rgb(207,135,85); }

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

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

 span { border-color: rgb(207,135,85); }

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