Html Css Color HEX #CF8B56 Whiskey Sour

📋 copy color: '#CF8B56'

red 207 ◦ green 139 ◦ blue 86

#CF8B56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CF8B56

Tints of Whiskey Sour #CF8B56

RGB

 RED value IS 207 (81.25% from 255) = 47.92%

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 86 (33.98% from 255) = 19.91%

R = 47.92%
G = 32.18%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF8B56 (or 0xCF8B56) is known color: Whiskey Sour. HEX triplet: CF, 8B and 56. RGB value is (207,139,86). Sum of RGB (Red+Green+Blue) = 207+139+86=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B56 is #3074A9. Grayscale: #999999. Windows color (decimal): -3175594 or 5671887. OLE color: 5671887.

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

Color convert

RGB 207 139 86 -
CMYK 0 0.33 0.58 0.19
HSL 26.28º 0.56% 0.57% -
HSV(B) 26.28º 0.58% 0.81% -
XYZ 36.64 32.4 13.13 -
YUV 153.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 207 139 86 0 0.33 0.58 0.19 26.28 0.56 0.57
Hex CF 8B 56 0 21 3A 13 1A 38 39
Octal 317 213 126 0 41 72 23 32 70 71
Binary 11001111 10001011 1010110 0 100001 111010 10011 11010 111000 111001

Color Harmonies of #CF8B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B56

Black with #CF8B56

Text Example


Text Example

White with #CF8B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B56; }

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

 H1.HeaderClassName
 {
   color: #CF8B56;
 }
 .AnyTagClassName
 {
   color: #CF8B56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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