Html Css Color HEX #CF8656 Whiskey Sour

📋 copy color: '#CF8656'

red 207 ◦ green 134 ◦ blue 86

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

Shades of Whiskey Sour #CF8656

Tints of Whiskey Sour #CF8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 48.48%
G = 31.38%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF8656 (or 0xCF8656) is known color: Whiskey Sour. HEX triplet: CF, 86 and 56. RGB value is (207,134,86). Sum of RGB (Red+Green+Blue) = 207+134+86=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8656 is #3079A9. Grayscale: #969696. Windows color (decimal): -3176874 or 5670607. OLE color: 5670607.

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

Color convert

RGB 207 134 86 -
CMYK 0 0.35 0.58 0.19
HSL 23.8º 0.56% 0.57% -
HSV(B) 23.8º 0.58% 0.81% -
XYZ 35.94 30.99 12.89 -
YUV 150.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 207 134 86 0 0.35 0.58 0.19 23.8 0.56 0.57
Hex CF 86 56 0 23 3A 13 18 38 39
Octal 317 206 126 0 43 72 23 30 70 71
Binary 11001111 10000110 1010110 0 100011 111010 10011 11000 111000 111001

Color Harmonies of #CF8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8656

Black with #CF8656

Text Example


Text Example

White with #CF8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8656; }

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

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

background-color css

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

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

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

border-color css

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

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

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