#CB885E

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

Shades of Whiskey #CB885E

Tints of Whiskey #CB885E

Color information

#CB885E (or 0xCB885E) is unknown color: approx Whiskey. HEX triplet: CB, 88 and 5E. RGB value is (203,136,94). Sum of RGB (Red+Green+Blue) = 203+136+94=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885E is #3477A1. Grayscale: #979797. Windows color (decimal): -3438498 or 6195403. OLE color: 6195403.

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

Color convert

RGB20313694-
CMYK00.330.540.20
HSL23.12º51.17%58.24%-
HSV(B)23.12º53.69%79.61%-
XYZ35.4531.1114.73-
YUV151.2495.7164.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=46.88%
G=31.41%
B=21.71%

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
Decimal2031369400.330.540.2023.1251.1758.24
HexCB885E021361417333a
Octal3132101360416624276372
Binary1100101110001000101111001000011101101010010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB885E; }

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

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

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

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

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

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

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

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