#CF8B51

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

Shades of Whiskey Sour #CF8B51

Tints of Whiskey Sour #CF8B51

Color information

#CF8B51 (or 0xCF8B51) is unknown color: approx Whiskey Sour. HEX triplet: CF, 8B and 51. RGB value is (207,139,81). Sum of RGB (Red+Green+Blue) = 207+139+81=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B51 is #3074AE. Grayscale: #999999. Windows color (decimal): -3175599 or 5344207. OLE color: 5344207.

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

Color convert

RGB20713981-
CMYK00.330.610.19
HSL27.62º56.76%56.47%-
HSV(B)27.62º60.87%81.18%-
XYZ36.4532.3212.1-
YUV152.7287.53166.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=48.48%
G=32.55%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071398100.330.610.1927.6256.7656.47
HexCF8B510213D131c3938
Octal3172131210417523347170
Binary1100111110001011101000101000011111011001111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8B51; }

 p { color: rgb(207,139,81); }

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

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

 a { background-color: rgb(207,139,81); }

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

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

 span { border-color: rgb(207,139,81); }

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