Html Css Color HEX #CF8F5B Whiskey Sour

📋 copy color: '#CF8F5B'

red 207 ◦ green 143 ◦ blue 91

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

Shades of Whiskey Sour #CF8F5B

Tints of Whiskey Sour #CF8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 46.94%
G = 32.43%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF8F5B (or 0xCF8F5B) is known color: Whiskey Sour. HEX triplet: CF, 8F and 5B. RGB value is (207,143,91). Sum of RGB (Red+Green+Blue) = 207+143+91=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F5B is #3070A4. Grayscale: #9C9C9C. Windows color (decimal): -3174565 or 6000591. OLE color: 6000591.

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

Color convert

RGB 207 143 91 -
CMYK 0 0.31 0.56 0.19
HSL 26.9º 0.55% 0.58% -
HSV(B) 26.9º 0.56% 0.81% -
XYZ 37.44 33.67 14.42 -
YUV 156.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 207 143 91 0 0.31 0.56 0.19 26.9 0.55 0.58
Hex CF 8F 5B 0 1F 38 13 1B 37 3A
Octal 317 217 133 0 37 70 23 33 67 72
Binary 11001111 10001111 1011011 0 11111 111000 10011 11011 110111 111010

Color Harmonies of #CF8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F5B

Black with #CF8F5B

Text Example


Text Example

White with #CF8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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