Html Css Color HEX #CF955E Whiskey Sour

📋 copy color: '#CF955E'

red 207 ◦ green 149 ◦ blue 94

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

Shades of Whiskey Sour #CF955E

Tints of Whiskey Sour #CF955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 46%
G = 33.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF955E (or 0xCF955E) is known color: Whiskey Sour. HEX triplet: CF, 95 and 5E. RGB value is (207,149,94). Sum of RGB (Red+Green+Blue) = 207+149+94=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955E is #306AA1. Grayscale: #A0A0A0. Windows color (decimal): -3173026 or 6198735. OLE color: 6198735.

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

Color convert

RGB 207 149 94 -
CMYK 0 0.28 0.55 0.19
HSL 29.2º 0.54% 0.59% -
HSV(B) 29.2º 0.55% 0.81% -
XYZ 38.5 35.57 15.43 -
YUV 160.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 207 149 94 0 0.28 0.55 0.19 29.2 0.54 0.59
Hex CF 95 5E 0 1C 37 13 1D 36 3B
Octal 317 225 136 0 34 67 23 35 66 73
Binary 11001111 10010101 1011110 0 11100 110111 10011 11101 110110 111011

Color Harmonies of #CF955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF955E

Black with #CF955E

Text Example


Text Example

White with #CF955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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