Html Css Color HEX #CF8B61 Whiskey

📋 copy color: '#CF8B61'

red 207 ◦ green 139 ◦ blue 97

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

Shades of Whiskey #CF8B61

Tints of Whiskey #CF8B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 46.73%
G = 31.38%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF8B61 (or 0xCF8B61) is known color: Whiskey. HEX triplet: CF, 8B and 61. RGB value is (207,139,97). Sum of RGB (Red+Green+Blue) = 207+139+97=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B61 is #30749E. Grayscale: #9A9A9A. Windows color (decimal): -3175583 or 6392783. OLE color: 6392783.

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

Color convert

RGB 207 139 97 -
CMYK 0 0.33 0.53 0.19
HSL 22.91º 0.53% 0.6% -
HSV(B) 22.91º 0.53% 0.81% -
XYZ 37.12 32.59 15.64 -
YUV 154.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 207 139 97 0 0.33 0.53 0.19 22.91 0.53 0.6
Hex CF 8B 61 0 21 35 13 17 35 3C
Octal 317 213 141 0 41 65 23 27 65 74
Binary 11001111 10001011 1100001 0 100001 110101 10011 10111 110101 111100

Color Harmonies of #CF8B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B61

Black with #CF8B61

Text Example


Text Example

White with #CF8B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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