Html Css Color HEX #CF8756 Whiskey Sour

📋 copy color: '#CF8756'

red 207 ◦ green 135 ◦ blue 86

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

Shades of Whiskey Sour #CF8756

Tints of Whiskey Sour #CF8756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 48.36%
G = 31.54%
B = 20.09%

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

#CF8756 (or 0xCF8756) is known color: Whiskey Sour. HEX triplet: CF, 87 and 56. RGB value is (207,135,86). Sum of RGB (Red+Green+Blue) = 207+135+86=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8756 is #3078A9. Grayscale: #979797. Windows color (decimal): -3176618 or 5670863. OLE color: 5670863.

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

Color convert

RGB 207 135 86 -
CMYK 0 0.35 0.58 0.19
HSL 24.3º 0.56% 0.57% -
HSV(B) 24.3º 0.58% 0.81% -
XYZ 36.08 31.27 12.94 -
YUV 150.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 207 135 86 0 0.35 0.58 0.19 24.3 0.56 0.57
Hex CF 87 56 0 23 3A 13 18 38 39
Octal 317 207 126 0 43 72 23 30 70 71
Binary 11001111 10000111 1010110 0 100011 111010 10011 11000 111000 111001

Color Harmonies of #CF8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8756

Black with #CF8756

Text Example


Text Example

White with #CF8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8756; }

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

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

background-color css

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

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

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

border-color css

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

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

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