#CB9561

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

Shades of Whiskey #CB9561

Tints of Whiskey #CB9561

Color information

#CB9561 (or 0xCB9561) is unknown color: approx Whiskey. HEX triplet: CB, 95 and 61. RGB value is (203,149,97). Sum of RGB (Red+Green+Blue) = 203+149+97=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9561 is #346A9E. Grayscale: #9F9F9F. Windows color (decimal): -3435167 or 6395339. OLE color: 6395339.

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

Color convert

RGB20314997-
CMYK00.270.520.20
HSL29.43º50.48%58.82%-
HSV(B)29.43º52.22%79.61%-
XYZ37.5335.0516.1-
YUV159.2292.89159.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=45.21%
G=33.18%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031499700.270.520.2029.4350.4858.82
HexCB956101B34141d323b
Octal3132251410336424356273
Binary110010111001010111000010110111101001010011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9561; }

 p { color: rgb(203,149,97); }

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

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

 a { background-color: rgb(203,149,97); }

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

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

 span { border-color: rgb(203,149,97); }

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