#CB8C62

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

Shades of Whiskey #CB8C62

Tints of Whiskey #CB8C62

Color information

#CB8C62 (or 0xCB8C62) is unknown color: approx Whiskey. HEX triplet: CB, 8C and 62. RGB value is (203,140,98). Sum of RGB (Red+Green+Blue) = 203+140+98=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C62 is #34739D. Grayscale: #9A9A9A. Windows color (decimal): -3437470 or 6458571. OLE color: 6458571.

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

Color convert

RGB20314098-
CMYK00.310.520.20
HSL24º50.24%59.02%-
HSV(B)24º51.72%79.61%-
XYZ36.2132.3315.89-
YUV154.0596.37162.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=46.03%
G=31.75%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031409800.310.520.202450.2459.02
HexCB8C6201F341418323b
Octal3132141420376424306273
Binary110010111000110011000100111111101001010011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C62; }

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

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

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

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

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

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

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

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