#cd9269

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

Shades of Whiskey #CD9269

Tints of Whiskey #CD9269

Color information

#CD9269 (or 0xCD9269) is unknown color: approx Whiskey. HEX triplet: CD, 92 and 69. RGB value is (205,146,105). Sum of RGB (Red+Green+Blue) = 205+146+105=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9269 is #326D96. Grayscale: #9F9F9F. Windows color (decimal): -3304855 or 6918861. OLE color: 6918861.

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

Color convert

RGB205146105-
CMYK00.290.490.20
HSL24.6º50%60.78%-
HSV(B)24.6º48.78%80.39%-
XYZ38.0134.5618.03-
YUV158.9797.55160.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=44.96%
G=32.02%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514610500.290.490.2024.65060.78
HexCD926901D311419323d
Octal3152221510356124316275
Binary110011011001001011010010111011100011010011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9269; }

 p { color: rgb(205,146,105); }

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

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

 a { background-color: rgb(205,146,105); }

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

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

 span { border-color: rgb(205,146,105); }

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