#CB885A

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

Shades of Whiskey #CB885A

Tints of Whiskey #CB885A

Color information

#CB885A (or 0xCB885A) is unknown color: approx Whiskey. HEX triplet: CB, 88 and 5A. RGB value is (203,136,90). Sum of RGB (Red+Green+Blue) = 203+136+90=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885A is #3477A5. Grayscale: #979797. Windows color (decimal): -3438502 or 5933259. OLE color: 5933259.

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

Color convert

RGB20313690-
CMYK00.330.560.20
HSL24.42º52.07%57.45%-
HSV(B)24.42º55.67%79.61%-
XYZ35.2831.0413.81-
YUV150.7993.7165.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=47.32%
G=31.70%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031369000.330.560.2024.4252.0757.45
HexCB885A0213814183439
Octal3132101320417024306471
Binary1100101110001000101101001000011110001010011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB885A; }

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

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

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

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

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

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

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

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