Html Css Color HEX #CF995B Whiskey Sour

📋 copy color: '#CF995B'

red 207 ◦ green 153 ◦ blue 91

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

Shades of Whiskey Sour #CF995B

Tints of Whiskey Sour #CF995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.92%

 BLUE value IS 91 (35.94% from 255) = 20.18%

R = 45.9%
G = 33.92%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF995B (or 0xCF995B) is known color: Whiskey Sour. HEX triplet: CF, 99 and 5B. RGB value is (207,153,91). Sum of RGB (Red+Green+Blue) = 207+153+91=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF995B is #3066A4. Grayscale: #A2A2A2. Windows color (decimal): -3172005 or 6003151. OLE color: 6003151.

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

Color convert

RGB 207 153 91 -
CMYK 0 0.26 0.56 0.19
HSL 32.07º 0.55% 0.58% -
HSV(B) 32.07º 0.56% 0.81% -
XYZ 39.01 36.8 14.95 -
YUV 162.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 207 153 91 0 0.26 0.56 0.19 32.07 0.55 0.58
Hex CF 99 5B 0 1A 38 13 20 37 3A
Octal 317 231 133 0 32 70 23 40 67 72
Binary 11001111 10011001 1011011 0 11010 111000 10011 100000 110111 111010

Color Harmonies of #CF995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF995B

Black with #CF995B

Text Example


Text Example

White with #CF995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF995B; }

 p { color: rgb(207,153,91); }

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

background-color css

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

 a { background-color: rgb(207,153,91); }

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

border-color css

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

 span { border-color: rgb(207,153,91); }

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