Html Css Color HEX #CF8C60 Whiskey

📋 copy color: '#CF8C60'

red 207 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #CF8C60

Tints of Whiskey #CF8C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 46.73%
G = 31.6%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF8C60 (or 0xCF8C60) is known color: Whiskey. HEX triplet: CF, 8C and 60. RGB value is (207,140,96). Sum of RGB (Red+Green+Blue) = 207+140+96=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C60 is #30739F. Grayscale: #9B9B9B. Windows color (decimal): -3175328 or 6327503. OLE color: 6327503.

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

Color convert

RGB 207 140 96 -
CMYK 0 0.32 0.54 0.19
HSL 23.78º 0.54% 0.59% -
HSV(B) 23.78º 0.54% 0.81% -
XYZ 37.22 32.87 15.45 -
YUV 155.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 207 140 96 0 0.32 0.54 0.19 23.78 0.54 0.59
Hex CF 8C 60 0 20 36 13 18 36 3B
Octal 317 214 140 0 40 66 23 30 66 73
Binary 11001111 10001100 1100000 0 100000 110110 10011 11000 110110 111011

Color Harmonies of #CF8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C60

Black with #CF8C60

Text Example


Text Example

White with #CF8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C60; }

 p { color: rgb(207,140,96); }

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

background-color css

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

 a { background-color: rgb(207,140,96); }

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

border-color css

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

 span { border-color: rgb(207,140,96); }

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