Html Css Color HEX #CF955F Whiskey Sour

📋 copy color: '#CF955F'

red 207 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #CF955F

Tints of Whiskey Sour #CF955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.04%

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

R = 45.9%
G = 33.04%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF955F (or 0xCF955F) is known color: Whiskey Sour. HEX triplet: CF, 95 and 5F. RGB value is (207,149,95). Sum of RGB (Red+Green+Blue) = 207+149+95=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955F is #306AA0. Grayscale: #A0A0A0. Windows color (decimal): -3173025 or 6264271. OLE color: 6264271.

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

Color convert

RGB 207 149 95 -
CMYK 0 0.28 0.54 0.19
HSL 28.93º 0.54% 0.59% -
HSV(B) 28.93º 0.54% 0.81% -
XYZ 38.55 35.59 15.66 -
YUV 160.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 207 149 95 0 0.28 0.54 0.19 28.93 0.54 0.59
Hex CF 95 5F 0 1C 36 13 1D 36 3B
Octal 317 225 137 0 34 66 23 35 66 73
Binary 11001111 10010101 1011111 0 11100 110110 10011 11101 110110 111011

Color Harmonies of #CF955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF955F

Black with #CF955F

Text Example


Text Example

White with #CF955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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