Html Css Color HEX #CF8E55 Whiskey Sour

📋 copy color: '#CF8E55'

red 207 ◦ green 142 ◦ blue 85

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

Shades of Whiskey Sour #CF8E55

Tints of Whiskey Sour #CF8E55

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 47.7%
G = 32.72%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8E55 (or 0xCF8E55) is known color: Whiskey Sour. HEX triplet: CF, 8E and 55. RGB value is (207,142,85). Sum of RGB (Red+Green+Blue) = 207+142+85=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E55 is #3071AA. Grayscale: #9B9B9B. Windows color (decimal): -3174827 or 5607119. OLE color: 5607119.

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

Color convert

RGB 207 142 85 -
CMYK 0 0.31 0.59 0.19
HSL 28.03º 0.56% 0.57% -
HSV(B) 28.03º 0.59% 0.81% -
XYZ 37.04 33.27 13.06 -
YUV 154.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 207 142 85 0 0.31 0.59 0.19 28.03 0.56 0.57
Hex CF 8E 55 0 1F 3B 13 1C 38 39
Octal 317 216 125 0 37 73 23 34 70 71
Binary 11001111 10001110 1010101 0 11111 111011 10011 11100 111000 111001

Color Harmonies of #CF8E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E55

Black with #CF8E55

Text Example


Text Example

White with #CF8E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E55; }

 p { color: rgb(207,142,85); }

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

background-color css

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

 a { background-color: rgb(207,142,85); }

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

border-color css

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

 span { border-color: rgb(207,142,85); }

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