#CD9068

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

Shades of Whiskey #CD9068

Tints of Whiskey #CD9068

Color information

#CD9068 (or 0xCD9068) is unknown color: approx Whiskey. HEX triplet: CD, 90 and 68. RGB value is (205,144,104). Sum of RGB (Red+Green+Blue) = 205+144+104=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9068 is #326F97. Grayscale: #9D9D9D. Windows color (decimal): -3305368 or 6852813. OLE color: 6852813.

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

Color convert

RGB205144104-
CMYK00.300.490.20
HSL23.76º50.25%60.59%-
HSV(B)23.76º49.27%80.39%-
XYZ37.6533.9317.66-
YUV157.6897.71161.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=45.25%
G=31.79%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514410400.300.490.2023.7650.2560.59
HexCD906801E311418323d
Octal3152201500366124306275
Binary110011011001000011010000111101100011010011000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9068; }

 p { color: rgb(205,144,104); }

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

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

 a { background-color: rgb(205,144,104); }

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

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

 span { border-color: rgb(205,144,104); }

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