#CD9369

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

Shades of Whiskey #CD9369

Tints of Whiskey #CD9369

Color information

#CD9369 (or 0xCD9369) is unknown color: approx Whiskey. HEX triplet: CD, 93 and 69. RGB value is (205,147,105). Sum of RGB (Red+Green+Blue) = 205+147+105=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9369 is #326C96. Grayscale: #9F9F9F. Windows color (decimal): -3304599 or 6919117. OLE color: 6919117.

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

Color convert

RGB205147105-
CMYK00.280.490.20
HSL25.2º50%60.78%-
HSV(B)25.2º48.78%80.39%-
XYZ38.1634.8718.08-
YUV159.5597.22160.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=44.86%
G=32.17%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514710500.280.490.2025.25060.78
HexCD936901C311419323d
Octal3152231510346124316275
Binary110011011001001111010010111001100011010011001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9369; }

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

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

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

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

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

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

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

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