Html Css Color HEX #CF9159 Whiskey Sour

📋 copy color: '#CF9159'

red 207 ◦ green 145 ◦ blue 89

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

Shades of Whiskey Sour #CF9159

Tints of Whiskey Sour #CF9159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

 BLUE value IS 89 (35.16% from 255) = 20.18%

R = 46.94%
G = 32.88%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF9159 (or 0xCF9159) is known color: Whiskey Sour. HEX triplet: CF, 91 and 59. RGB value is (207,145,89). Sum of RGB (Red+Green+Blue) = 207+145+89=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9159 is #306EA6. Grayscale: #9D9D9D. Windows color (decimal): -3174055 or 5870031. OLE color: 5870031.

HSL color Cylindrical-coordinate representation of color #CF9159: hue angle of 28.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF9159 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 89 -
CMYK 0 0.30 0.57 0.19
HSL 28.47º 0.55% 0.58% -
HSV(B) 28.47º 0.57% 0.81% -
XYZ 37.66 34.24 14.07 -
YUV 157.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 207 145 89 0 0.30 0.57 0.19 28.47 0.55 0.58
Hex CF 91 59 0 1E 39 13 1C 37 3A
Octal 317 221 131 0 36 71 23 34 67 72
Binary 11001111 10010001 1011001 0 11110 111001 10011 11100 110111 111010

Color Harmonies of #CF9159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9159

Black with #CF9159

Text Example


Text Example

White with #CF9159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9159; }

 p { color: rgb(207,145,89); }

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

background-color css

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

 a { background-color: rgb(207,145,89); }

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

border-color css

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

 span { border-color: rgb(207,145,89); }

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