Html Css Color HEX #CF8F5D Whiskey Sour

📋 copy color: '#CF8F5D'

red 207 ◦ green 143 ◦ blue 93

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

Shades of Whiskey Sour #CF8F5D

Tints of Whiskey Sour #CF8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.28%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 46.73%
G = 32.28%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF8F5D (or 0xCF8F5D) is known color: Whiskey Sour. HEX triplet: CF, 8F and 5D. RGB value is (207,143,93). Sum of RGB (Red+Green+Blue) = 207+143+93=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F5D is #3070A2. Grayscale: #9C9C9C. Windows color (decimal): -3174563 or 6131663. OLE color: 6131663.

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

Color convert

RGB 207 143 93 -
CMYK 0 0.31 0.55 0.19
HSL 26.32º 0.54% 0.59% -
HSV(B) 26.32º 0.55% 0.81% -
XYZ 37.53 33.7 14.88 -
YUV 156.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 207 143 93 0 0.31 0.55 0.19 26.32 0.54 0.59
Hex CF 8F 5D 0 1F 37 13 1A 36 3B
Octal 317 217 135 0 37 67 23 32 66 73
Binary 11001111 10001111 1011101 0 11111 110111 10011 11010 110110 111011

Color Harmonies of #CF8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F5D

Black with #CF8F5D

Text Example


Text Example

White with #CF8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F5D; }

 p { color: rgb(207,143,93); }

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

background-color css

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

 a { background-color: rgb(207,143,93); }

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

border-color css

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

 span { border-color: rgb(207,143,93); }

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