#CB9862

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

Shades of Whiskey #CB9862

Tints of Whiskey #CB9862

Color information

#CB9862 (or 0xCB9862) is unknown color: approx Whiskey. HEX triplet: CB, 98 and 62. RGB value is (203,152,98). Sum of RGB (Red+Green+Blue) = 203+152+98=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9862 is #34679D. Grayscale: #A1A1A1. Windows color (decimal): -3434398 or 6461643. OLE color: 6461643.

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

Color convert

RGB20315298-
CMYK00.250.520.20
HSL30.86º50.24%59.02%-
HSV(B)30.86º51.72%79.61%-
XYZ38.0636.0316.5-
YUV161.0992.4157.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 152 (59.77% from 255) = 33.55%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=44.81%
G=33.55%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031529800.250.520.2030.8650.2459.02
HexCB986201934141f323b
Octal3132301420316424376273
Binary110010111001100011000100110011101001010011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9862; }

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

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

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

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

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

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

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

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