Html Css Color HEX #CF935F Whiskey Sour

📋 copy color: '#CF935F'

red 207 ◦ green 147 ◦ blue 95

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

Shades of Whiskey Sour #CF935F

Tints of Whiskey Sour #CF935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 46.1%
G = 32.74%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF935F (or 0xCF935F) is known color: Whiskey Sour. HEX triplet: CF, 93 and 5F. RGB value is (207,147,95). Sum of RGB (Red+Green+Blue) = 207+147+95=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF935F is #306CA0. Grayscale: #9F9F9F. Windows color (decimal): -3173537 or 6263759. OLE color: 6263759.

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

Color convert

RGB 207 147 95 -
CMYK 0 0.29 0.54 0.19
HSL 27.86º 0.54% 0.59% -
HSV(B) 27.86º 0.54% 0.81% -
XYZ 38.23 34.96 15.56 -
YUV 159.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 207 147 95 0 0.29 0.54 0.19 27.86 0.54 0.59
Hex CF 93 5F 0 1D 36 13 1C 36 3B
Octal 317 223 137 0 35 66 23 34 66 73
Binary 11001111 10010011 1011111 0 11101 110110 10011 11100 110110 111011

Color Harmonies of #CF935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF935F

Black with #CF935F

Text Example


Text Example

White with #CF935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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