Html Css Color HEX #CF8F62 Whiskey

📋 copy color: '#CF8F62'

red 207 ◦ green 143 ◦ blue 98

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

Shades of Whiskey #CF8F62

Tints of Whiskey #CF8F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 46.21%
G = 31.92%
B = 21.88%

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

#CF8F62 (or 0xCF8F62) is known color: Whiskey. HEX triplet: CF, 8F and 62. RGB value is (207,143,98). Sum of RGB (Red+Green+Blue) = 207+143+98=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F62 is #30709D. Grayscale: #9D9D9D. Windows color (decimal): -3174558 or 6459343. OLE color: 6459343.

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

Color convert

RGB 207 143 98 -
CMYK 0 0.31 0.53 0.19
HSL 24.77º 0.53% 0.6% -
HSV(B) 24.77º 0.53% 0.81% -
XYZ 37.76 33.79 16.09 -
YUV 157.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 207 143 98 0 0.31 0.53 0.19 24.77 0.53 0.6
Hex CF 8F 62 0 1F 35 13 19 35 3C
Octal 317 217 142 0 37 65 23 31 65 74
Binary 11001111 10001111 1100010 0 11111 110101 10011 11001 110101 111100

Color Harmonies of #CF8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F62

Black with #CF8F62

Text Example


Text Example

White with #CF8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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