Html Css Color HEX #CF8E53 Whiskey Sour

📋 copy color: '#CF8E53'

red 207 ◦ green 142 ◦ blue 83

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

Shades of Whiskey Sour #CF8E53

Tints of Whiskey Sour #CF8E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.21%

R = 47.92%
G = 32.87%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8E53 (or 0xCF8E53) is known color: Whiskey Sour. HEX triplet: CF, 8E and 53. RGB value is (207,142,83). Sum of RGB (Red+Green+Blue) = 207+142+83=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E53 is #3071AC. Grayscale: #9B9B9B. Windows color (decimal): -3174829 or 5476047. OLE color: 5476047.

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

Color convert

RGB 207 142 83 -
CMYK 0 0.31 0.60 0.19
HSL 28.55º 0.56% 0.57% -
HSV(B) 28.55º 0.6% 0.81% -
XYZ 36.97 33.24 12.65 -
YUV 154.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 207 142 83 0 0.31 0.60 0.19 28.55 0.56 0.57
Hex CF 8E 53 0 1F 3C 13 1D 38 39
Octal 317 216 123 0 37 74 23 35 70 71
Binary 11001111 10001110 1010011 0 11111 111100 10011 11101 111000 111001

Color Harmonies of #CF8E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E53

Black with #CF8E53

Text Example


Text Example

White with #CF8E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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