Html Css Color HEX #CF8E61 Whiskey

📋 copy color: '#CF8E61'

red 207 ◦ green 142 ◦ blue 97

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

Shades of Whiskey #CF8E61

Tints of Whiskey #CF8E61

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

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

R = 46.41%
G = 31.84%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF8E61 (or 0xCF8E61) is known color: Whiskey. HEX triplet: CF, 8E and 61. RGB value is (207,142,97). Sum of RGB (Red+Green+Blue) = 207+142+97=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E61 is #30719E. Grayscale: #9C9C9C. Windows color (decimal): -3174815 or 6393551. OLE color: 6393551.

HSL color Cylindrical-coordinate representation of color #CF8E61: hue angle of 24.55º 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 #CF8E61 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 142 97 -
CMYK 0 0.31 0.53 0.19
HSL 24.55º 0.53% 0.6% -
HSV(B) 24.55º 0.53% 0.81% -
XYZ 37.56 33.47 15.79 -
YUV 156.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 207 142 97 0 0.31 0.53 0.19 24.55 0.53 0.6
Hex CF 8E 61 0 1F 35 13 19 35 3C
Octal 317 216 141 0 37 65 23 31 65 74
Binary 11001111 10001110 1100001 0 11111 110101 10011 11001 110101 111100

Color Harmonies of #CF8E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E61

Black with #CF8E61

Text Example


Text Example

White with #CF8E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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