#CD8F6B

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

Shades of Whiskey #CD8F6B

Tints of Whiskey #CD8F6B

Color information

#CD8F6B (or 0xCD8F6B) is unknown color: approx Whiskey. HEX triplet: CD, 8F and 6B. RGB value is (205,143,107). Sum of RGB (Red+Green+Blue) = 205+143+107=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F6B is #327094. Grayscale: #9D9D9D. Windows color (decimal): -3305621 or 7049165. OLE color: 7049165.

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

Color convert

RGB205143107-
CMYK00.300.480.20
HSL22.04º49.49%61.18%-
HSV(B)22.04º47.8%80.39%-
XYZ37.6533.6918.43-
YUV157.4399.54161.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=45.05%
G=31.43%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514310700.300.480.2022.0449.4961.18
HexCD8F6B01E301416313d
Octal3152171530366024266175
Binary110011011000111111010110111101100001010010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F6B; }

 p { color: rgb(205,143,107); }

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

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

 a { background-color: rgb(205,143,107); }

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

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

 span { border-color: rgb(205,143,107); }

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