Html Css Color HEX #CF8D5A Whiskey Sour

📋 copy color: '#CF8D5A'

red 207 ◦ green 141 ◦ blue 90

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

Shades of Whiskey Sour #CF8D5A

Tints of Whiskey Sour #CF8D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 47.26%
G = 32.19%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF8D5A (or 0xCF8D5A) is known color: Whiskey Sour. HEX triplet: CF, 8D and 5A. RGB value is (207,141,90). Sum of RGB (Red+Green+Blue) = 207+141+90=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D5A is #3072A5. Grayscale: #9B9B9B. Windows color (decimal): -3175078 or 5934543. OLE color: 5934543.

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

Color convert

RGB 207 141 90 -
CMYK 0 0.32 0.57 0.19
HSL 26.15º 0.55% 0.58% -
HSV(B) 26.15º 0.57% 0.81% -
XYZ 37.1 33.05 14.1 -
YUV 154.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 207 141 90 0 0.32 0.57 0.19 26.15 0.55 0.58
Hex CF 8D 5A 0 20 39 13 1A 37 3A
Octal 317 215 132 0 40 71 23 32 67 72
Binary 11001111 10001101 1011010 0 100000 111001 10011 11010 110111 111010

Color Harmonies of #CF8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D5A

Black with #CF8D5A

Text Example


Text Example

White with #CF8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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