#CB885D

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

Shades of Whiskey #CB885D

Tints of Whiskey #CB885D

Color information

#CB885D (or 0xCB885D) is unknown color: approx Whiskey. HEX triplet: CB, 88 and 5D. RGB value is (203,136,93). Sum of RGB (Red+Green+Blue) = 203+136+93=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885D is #3477A2. Grayscale: #979797. Windows color (decimal): -3438499 or 6129867. OLE color: 6129867.

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

Color convert

RGB20313693-
CMYK00.330.540.20
HSL23.45º51.4%58.04%-
HSV(B)23.45º54.19%79.61%-
XYZ35.4131.114.49-
YUV151.1395.2165-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=46.99%
G=31.48%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031369300.330.540.2023.4551.458.04
HexCB885D021361417333a
Octal3132101350416624276372
Binary1100101110001000101110101000011101101010010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB885D; }

 p { color: rgb(203,136,93); }

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

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

 a { background-color: rgb(203,136,93); }

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

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

 span { border-color: rgb(203,136,93); }

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