#CB9261

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

Shades of Whiskey #CB9261

Tints of Whiskey #CB9261

Color information

#CB9261 (or 0xCB9261) is unknown color: approx Whiskey. HEX triplet: CB, 92 and 61. RGB value is (203,146,97). Sum of RGB (Red+Green+Blue) = 203+146+97=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9261 is #346D9E. Grayscale: #9D9D9D. Windows color (decimal): -3435935 or 6394571. OLE color: 6394571.

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

Color convert

RGB20314697-
CMYK00.280.520.20
HSL27.74º50.48%58.82%-
HSV(B)27.74º52.22%79.61%-
XYZ37.0734.1215.94-
YUV157.4693.88160.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=45.52%
G=32.74%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031469700.280.520.2027.7450.4858.82
HexCB926101C34141c323b
Octal3132221410346424346273
Binary110010111001001011000010111001101001010011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9261; }

 p { color: rgb(203,146,97); }

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

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

 a { background-color: rgb(203,146,97); }

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

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

 span { border-color: rgb(203,146,97); }

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