Html Css Color HEX #CF8D57 Whiskey Sour

📋 copy color: '#CF8D57'

red 207 ◦ green 141 ◦ blue 87

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

Shades of Whiskey Sour #CF8D57

Tints of Whiskey Sour #CF8D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

 BLUE value IS 87 (34.38% from 255) = 20%

R = 47.59%
G = 32.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF8D57 (or 0xCF8D57) is known color: Whiskey Sour. HEX triplet: CF, 8D and 57. RGB value is (207,141,87). Sum of RGB (Red+Green+Blue) = 207+141+87=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D57 is #3072A8. Grayscale: #9A9A9A. Windows color (decimal): -3175081 or 5737935. OLE color: 5737935.

HSL color Cylindrical-coordinate representation of color #CF8D57: hue angle of 27º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF8D57 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 87 -
CMYK 0 0.32 0.58 0.19
HSL 27º 0.56% 0.58% -
HSV(B) 27º 0.58% 0.81% -
XYZ 36.98 33 13.44 -
YUV 154.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 207 141 87 0 0.32 0.58 0.19 27 0.56 0.58
Hex CF 8D 57 0 20 3A 13 1B 38 3A
Octal 317 215 127 0 40 72 23 33 70 72
Binary 11001111 10001101 1010111 0 100000 111010 10011 11011 111000 111010

Color Harmonies of #CF8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D57

Black with #CF8D57

Text Example


Text Example

White with #CF8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D57; }

 p { color: rgb(207,141,87); }

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

background-color css

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

 a { background-color: rgb(207,141,87); }

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

border-color css

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

 span { border-color: rgb(207,141,87); }

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