#CB895F

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

Shades of Whiskey #CB895F

Tints of Whiskey #CB895F

Color information

#CB895F (or 0xCB895F) is unknown color: approx Whiskey. HEX triplet: CB, 89 and 5F. RGB value is (203,137,95). Sum of RGB (Red+Green+Blue) = 203+137+95=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB895F is #3476A0. Grayscale: #989898. Windows color (decimal): -3438241 or 6261195. OLE color: 6261195.

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

Color convert

RGB20313795-
CMYK00.330.530.20
HSL23.33º50.94%58.43%-
HSV(B)23.33º53.2%79.61%-
XYZ35.6431.4115.01-
YUV151.9595.87164.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=46.67%
G=31.49%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031379500.330.530.2023.3350.9458.43
HexCB895F021351417333a
Octal3132111370416524276372
Binary1100101110001001101111101000011101011010010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB895F; }

 p { color: rgb(203,137,95); }

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

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

 a { background-color: rgb(203,137,95); }

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

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

 span { border-color: rgb(203,137,95); }

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