Html Css Color HEX #CF935E Whiskey Sour

📋 copy color: '#CF935E'

red 207 ◦ green 147 ◦ blue 94

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

Shades of Whiskey Sour #CF935E

Tints of Whiskey Sour #CF935E

RGB

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

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

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

R = 46.21%
G = 32.81%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF935E (or 0xCF935E) is known color: Whiskey Sour. HEX triplet: CF, 93 and 5E. RGB value is (207,147,94). Sum of RGB (Red+Green+Blue) = 207+147+94=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF935E is #306CA1. Grayscale: #9F9F9F. Windows color (decimal): -3173538 or 6198223. OLE color: 6198223.

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

Color convert

RGB 207 147 94 -
CMYK 0 0.29 0.55 0.19
HSL 28.14º 0.54% 0.59% -
HSV(B) 28.14º 0.55% 0.81% -
XYZ 38.19 34.94 15.32 -
YUV 158.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 207 147 94 0 0.29 0.55 0.19 28.14 0.54 0.59
Hex CF 93 5E 0 1D 37 13 1C 36 3B
Octal 317 223 136 0 35 67 23 34 66 73
Binary 11001111 10010011 1011110 0 11101 110111 10011 11100 110110 111011

Color Harmonies of #CF935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF935E

Black with #CF935E

Text Example


Text Example

White with #CF935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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