#CB9262

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

Shades of Whiskey #CB9262

Tints of Whiskey #CB9262

Color information

#CB9262 (or 0xCB9262) is unknown color: approx Whiskey. HEX triplet: CB, 92 and 62. RGB value is (203,146,98). Sum of RGB (Red+Green+Blue) = 203+146+98=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9262 is #346D9D. Grayscale: #9D9D9D. Windows color (decimal): -3435934 or 6460107. OLE color: 6460107.

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

Color convert

RGB20314698-
CMYK00.280.520.20
HSL27.43º50.24%59.02%-
HSV(B)27.43º51.72%79.61%-
XYZ37.1134.1416.19-
YUV157.5794.38160.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=45.41%
G=32.66%
B=21.92%

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
Decimal2031469800.280.520.2027.4350.2459.02
HexCB926201C34141b323b
Octal3132221420346424336273
Binary110010111001001011000100111001101001010011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9262; }

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

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

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

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

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

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

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

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