Html Css Color HEX #CF995F Whiskey Sour

📋 copy color: '#CF995F'

red 207 ◦ green 153 ◦ blue 95

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

Shades of Whiskey Sour #CF995F

Tints of Whiskey Sour #CF995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.88%

R = 45.49%
G = 33.63%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF995F (or 0xCF995F) is known color: Whiskey Sour. HEX triplet: CF, 99 and 5F. RGB value is (207,153,95). Sum of RGB (Red+Green+Blue) = 207+153+95=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF995F is #3066A0. Grayscale: #A2A2A2. Windows color (decimal): -3172001 or 6265295. OLE color: 6265295.

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

Color convert

RGB 207 153 95 -
CMYK 0 0.26 0.54 0.19
HSL 31.07º 0.54% 0.59% -
HSV(B) 31.07º 0.54% 0.81% -
XYZ 39.19 36.87 15.88 -
YUV 162.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 207 153 95 0 0.26 0.54 0.19 31.07 0.54 0.59
Hex CF 99 5F 0 1A 36 13 1F 36 3B
Octal 317 231 137 0 32 66 23 37 66 73
Binary 11001111 10011001 1011111 0 11010 110110 10011 11111 110110 111011

Color Harmonies of #CF995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF995F

Black with #CF995F

Text Example


Text Example

White with #CF995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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