Html Css Color HEX #CF995D Whiskey Sour

📋 copy color: '#CF995D'

red 207 ◦ green 153 ◦ blue 93

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

Shades of Whiskey Sour #CF995D

Tints of Whiskey Sour #CF995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 45.7%
G = 33.77%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF995D (or 0xCF995D) is known color: Whiskey Sour. HEX triplet: CF, 99 and 5D. RGB value is (207,153,93). Sum of RGB (Red+Green+Blue) = 207+153+93=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF995D is #3066A2. Grayscale: #A2A2A2. Windows color (decimal): -3172003 or 6134223. OLE color: 6134223.

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

Color convert

RGB 207 153 93 -
CMYK 0 0.26 0.55 0.19
HSL 31.58º 0.54% 0.59% -
HSV(B) 31.58º 0.55% 0.81% -
XYZ 39.1 36.84 15.41 -
YUV 162.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 207 153 93 0 0.26 0.55 0.19 31.58 0.54 0.59
Hex CF 99 5D 0 1A 37 13 20 36 3B
Octal 317 231 135 0 32 67 23 40 66 73
Binary 11001111 10011001 1011101 0 11010 110111 10011 100000 110110 111011

Color Harmonies of #CF995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF995D

Black with #CF995D

Text Example


Text Example

White with #CF995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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