Html Css Color HEX #CF9756 Whiskey Sour

📋 copy color: '#CF9756'

red 207 ◦ green 151 ◦ blue 86

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

Shades of Whiskey Sour #CF9756

Tints of Whiskey Sour #CF9756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.01%

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

R = 46.62%
G = 34.01%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF9756 (or 0xCF9756) is known color: Whiskey Sour. HEX triplet: CF, 97 and 56. RGB value is (207,151,86). Sum of RGB (Red+Green+Blue) = 207+151+86=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9756 is #3068A9. Grayscale: #A0A0A0. Windows color (decimal): -3172522 or 5674959. OLE color: 5674959.

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

Color convert

RGB 207 151 86 -
CMYK 0 0.27 0.58 0.19
HSL 32.23º 0.56% 0.57% -
HSV(B) 32.23º 0.58% 0.81% -
XYZ 38.48 36.07 13.74 -
YUV 160.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 207 151 86 0 0.27 0.58 0.19 32.23 0.56 0.57
Hex CF 97 56 0 1B 3A 13 20 38 39
Octal 317 227 126 0 33 72 23 40 70 71
Binary 11001111 10010111 1010110 0 11011 111010 10011 100000 111000 111001

Color Harmonies of #CF9756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9756

Black with #CF9756

Text Example


Text Example

White with #CF9756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9756; }

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

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

background-color css

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

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

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

border-color css

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

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

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