Html Css Color HEX #CF9656 Whiskey Sour

📋 copy color: '#CF9656'

red 207 ◦ green 150 ◦ blue 86

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

Shades of Whiskey Sour #CF9656

Tints of Whiskey Sour #CF9656

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

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

R = 46.73%
G = 33.86%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF9656 (or 0xCF9656) is known color: Whiskey Sour. HEX triplet: CF, 96 and 56. RGB value is (207,150,86). Sum of RGB (Red+Green+Blue) = 207+150+86=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9656 is #3069A9. Grayscale: #A0A0A0. Windows color (decimal): -3172778 or 5674703. OLE color: 5674703.

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

Color convert

RGB 207 150 86 -
CMYK 0 0.28 0.58 0.19
HSL 31.74º 0.56% 0.57% -
HSV(B) 31.74º 0.58% 0.81% -
XYZ 38.32 35.75 13.68 -
YUV 159.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 207 150 86 0 0.28 0.58 0.19 31.74 0.56 0.57
Hex CF 96 56 0 1C 3A 13 20 38 39
Octal 317 226 126 0 34 72 23 40 70 71
Binary 11001111 10010110 1010110 0 11100 111010 10011 100000 111000 111001

Color Harmonies of #CF9656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9656

Black with #CF9656

Text Example


Text Example

White with #CF9656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9656; }

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

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

background-color css

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

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

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

border-color css

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

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

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