Html Css Color HEX #CF8B50 Whiskey Sour

📋 copy color: '#CF8B50'

red 207 ◦ green 139 ◦ blue 80

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

Shades of Whiskey Sour #CF8B50

Tints of Whiskey Sour #CF8B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 48.59%
G = 32.63%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF8B50 (or 0xCF8B50) is known color: Whiskey Sour. HEX triplet: CF, 8B and 50. RGB value is (207,139,80). Sum of RGB (Red+Green+Blue) = 207+139+80=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B50 is #3074AF. Grayscale: #989898. Windows color (decimal): -3175600 or 5278671. OLE color: 5278671.

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

Color convert

RGB 207 139 80 -
CMYK 0 0.33 0.61 0.19
HSL 27.87º 0.57% 0.56% -
HSV(B) 27.87º 0.61% 0.81% -
XYZ 36.41 32.31 11.91 -
YUV 152.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 207 139 80 0 0.33 0.61 0.19 27.87 0.57 0.56
Hex CF 8B 50 0 21 3D 13 1C 39 38
Octal 317 213 120 0 41 75 23 34 71 70
Binary 11001111 10001011 1010000 0 100001 111101 10011 11100 111001 111000

Color Harmonies of #CF8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B50

Black with #CF8B50

Text Example


Text Example

White with #CF8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B50; }

 p { color: rgb(207,139,80); }

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

background-color css

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

 a { background-color: rgb(207,139,80); }

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

border-color css

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

 span { border-color: rgb(207,139,80); }

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