#cd915f

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

Shades of Whiskey #CD915F

Tints of Whiskey #CD915F

Color information

#CD915F (or 0xCD915F) is unknown color: approx Whiskey. HEX triplet: CD, 91 and 5F. RGB value is (205,145,95). Sum of RGB (Red+Green+Blue) = 205+145+95=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD915F is #326EA0. Grayscale: #9D9D9D. Windows color (decimal): -3305121 or 6263245. OLE color: 6263245.

HSL color Cylindrical-coordinate representation of color #CD915F: hue angle of 27.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD915F is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20514595-
CMYK00.290.540.20
HSL27.27º52.38%58.82%-
HSV(B)27.27º53.66%80.39%-
XYZ37.3734.0615.43-
YUV157.2492.88162.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=46.07%
G=32.58%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051459500.290.540.2027.2752.3858.82
HexCD915F01D36141b343b
Octal3152211370356624336473
Binary110011011001000110111110111011101101010011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd915f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd915f; }

 p { color: rgb(205,145,95); }

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

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

 a { background-color: rgb(205,145,95); }

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

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

 span { border-color: rgb(205,145,95); }

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