Html Css Color HEX #CF8E52 Whiskey Sour

📋 copy color: '#CF8E52'

red 207 ◦ green 142 ◦ blue 82

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

Shades of Whiskey Sour #CF8E52

Tints of Whiskey Sour #CF8E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 48.03%
G = 32.95%
B = 19.03%

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

#CF8E52 (or 0xCF8E52) is known color: Whiskey Sour. HEX triplet: CF, 8E and 52. RGB value is (207,142,82). Sum of RGB (Red+Green+Blue) = 207+142+82=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E52 is #3071AD. Grayscale: #9A9A9A. Windows color (decimal): -3174830 or 5410511. OLE color: 5410511.

HSL color Cylindrical-coordinate representation of color #CF8E52: hue angle of 28.8º degrees, saturation: 0.57, 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 #CF8E52 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 142 82 -
CMYK 0 0.31 0.60 0.19
HSL 28.8º 0.57% 0.57% -
HSV(B) 28.8º 0.6% 0.81% -
XYZ 36.93 33.22 12.45 -
YUV 154.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 207 142 82 0 0.31 0.60 0.19 28.8 0.57 0.57
Hex CF 8E 52 0 1F 3C 13 1D 39 39
Octal 317 216 122 0 37 74 23 35 71 71
Binary 11001111 10001110 1010010 0 11111 111100 10011 11101 111001 111001

Color Harmonies of #CF8E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E52

Black with #CF8E52

Text Example


Text Example

White with #CF8E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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