#CD956A

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

Shades of Whiskey #CD956A

Tints of Whiskey #CD956A

Color information

#CD956A (or 0xCD956A) is unknown color: approx Whiskey. HEX triplet: CD, 95 and 6A. RGB value is (205,149,106). Sum of RGB (Red+Green+Blue) = 205+149+106=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD956A is #326A95. Grayscale: #A1A1A1. Windows color (decimal): -3304086 or 6985165. OLE color: 6985165.

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

Color convert

RGB205149106-
CMYK00.270.480.20
HSL26.06º49.75%60.98%-
HSV(B)26.06º48.29%80.39%-
XYZ38.5335.5118.46-
YUV160.8497.05159.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=44.57%
G=32.39%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514910600.270.480.2026.0649.7560.98
HexCD956A01B30141a323d
Octal3152251520336024326275
Binary110011011001010111010100110111100001010011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD956A; }

 p { color: rgb(205,149,106); }

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

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

 a { background-color: rgb(205,149,106); }

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

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

 span { border-color: rgb(205,149,106); }

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