#CD8E6A

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

Shades of Whiskey #CD8E6A

Tints of Whiskey #CD8E6A

Color information

#CD8E6A (or 0xCD8E6A) is unknown color: approx Whiskey. HEX triplet: CD, 8E and 6A. RGB value is (205,142,106). Sum of RGB (Red+Green+Blue) = 205+142+106=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E6A is #327195. Grayscale: #9C9C9C. Windows color (decimal): -3305878 or 6983373. OLE color: 6983373.

HSL color Cylindrical-coordinate representation of color #CD8E6A: hue angle of 21.82º 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 #CD8E6A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205142106-
CMYK00.310.480.20
HSL21.82º49.75%60.98%-
HSV(B)21.82º48.29%80.39%-
XYZ37.4533.3718.1-
YUV156.7399.37162.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=45.25%
G=31.35%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514210600.310.480.2021.8249.7560.98
HexCD8E6A01F301416323d
Octal3152161520376024266275
Binary110011011000111011010100111111100001010010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E6A; }

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

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

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

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

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

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

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

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