#CF916A

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

Shades of Whiskey #CF916A

Tints of Whiskey #CF916A

Color information

#CF916A (or 0xCF916A) is unknown color: approx Whiskey. HEX triplet: CF, 91 and 6A. RGB value is (207,145,106). Sum of RGB (Red+Green+Blue) = 207+145+106=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF916A is #306E95. Grayscale: #9F9F9F. Windows color (decimal): -3174038 or 6984143. OLE color: 6984143.

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

Color convert

RGB207145106-
CMYK00.300.490.19
HSL23.17º51.27%61.37%-
HSV(B)23.17º48.79%81.18%-
XYZ38.4634.5618.28-
YUV159.0998.04162.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=45.20%
G=31.66%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714510600.300.490.1923.1751.2761.37
HexCF916A01E311317333d
Octal3172211520366123276375
Binary110011111001000111010100111101100011001110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF916A; }

 p { color: rgb(207,145,106); }

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

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

 a { background-color: rgb(207,145,106); }

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

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

 span { border-color: rgb(207,145,106); }

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