#CF976C

Color #CF976C Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #CF976C

Tints of Whiskey #CF976C

Color information

#CF976C (or 0xCF976C) is unknown color: approx Whiskey. HEX triplet: CF, 97 and 6C. RGB value is (207,151,108). Sum of RGB (Red+Green+Blue) = 207+151+108=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF976C is #306893. Grayscale: #A3A3A3. Windows color (decimal): -3172500 or 7116751. OLE color: 7116751.

HSL color Cylindrical-coordinate representation of color #CF976C: hue angle of 26.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF976C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207151108-
CMYK00.270.480.19
HSL26.06º50.77%61.76%-
HSV(B)26.06º47.83%81.18%-
XYZ39.5136.4819.15-
YUV162.8497.05159.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=44.42%
G=32.40%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715110800.270.480.1926.0650.7761.76
HexCF976C01B30131a333e
Octal3172271540336023326376
Binary110011111001011111011000110111100001001111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF976C; }

 p { color: rgb(207,151,108); }

 H1.HeaderClassName
 {
   color: #CF976C;
 }
 .AnyTagClassName
 {
   color: #CF976C;
 }
</style>
background-color css

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

 a { background-color: rgb(207,151,108); }

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

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

 span { border-color: rgb(207,151,108); }

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