Html Css Color HEX #CF8856 Whiskey Sour

📋 copy color: '#CF8856'

red 207 ◦ green 136 ◦ blue 86

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

Shades of Whiskey Sour #CF8856

Tints of Whiskey Sour #CF8856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

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

R = 48.25%
G = 31.7%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF8856 (or 0xCF8856) is known color: Whiskey Sour. HEX triplet: CF, 88 and 56. RGB value is (207,136,86). Sum of RGB (Red+Green+Blue) = 207+136+86=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8856 is #3077A9. Grayscale: #979797. Windows color (decimal): -3176362 or 5671119. OLE color: 5671119.

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

Color convert

RGB 207 136 86 -
CMYK 0 0.34 0.58 0.19
HSL 24.79º 0.56% 0.57% -
HSV(B) 24.79º 0.58% 0.81% -
XYZ 36.22 31.55 12.98 -
YUV 151.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 207 136 86 0 0.34 0.58 0.19 24.79 0.56 0.57
Hex CF 88 56 0 22 3A 13 19 38 39
Octal 317 210 126 0 42 72 23 31 70 71
Binary 11001111 10001000 1010110 0 100010 111010 10011 11001 111000 111001

Color Harmonies of #CF8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8856

Black with #CF8856

Text Example


Text Example

White with #CF8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8856; }

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

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

background-color css

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

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

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

border-color css

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

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

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