#CD9263

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

Shades of Whiskey #CD9263

Tints of Whiskey #CD9263

Color information

#CD9263 (or 0xCD9263) is unknown color: approx Whiskey. HEX triplet: CD, 92 and 63. RGB value is (205,146,99). Sum of RGB (Red+Green+Blue) = 205+146+99=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9263 is #326D9C. Grayscale: #9E9E9E. Windows color (decimal): -3304861 or 6525645. OLE color: 6525645.

HSL color Cylindrical-coordinate representation of color #CD9263: hue angle of 26.6º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD9263 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20514699-
CMYK00.290.520.20
HSL26.6º51.46%59.61%-
HSV(B)26.6º51.71%80.39%-
XYZ37.7134.4416.46-
YUV158.2894.55161.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 99 (39.06% from 255) = 22%
R=45.56%
G=32.44%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051469900.290.520.2026.651.4659.61
HexCD926301D34141b333c
Octal3152221430356424336374
Binary110011011001001011000110111011101001010011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9263; }

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

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

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

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

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

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

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

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