#CB9058

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

Shades of Whiskey Sour #CB9058

Tints of Whiskey Sour #CB9058

Color information

#CB9058 (or 0xCB9058) is unknown color: approx Whiskey Sour. HEX triplet: CB, 90 and 58. RGB value is (203,144,88). Sum of RGB (Red+Green+Blue) = 203+144+88=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9058 is #346FA7. Grayscale: #9B9B9B. Windows color (decimal): -3436456 or 5804235. OLE color: 5804235.

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

Color convert

RGB20314488-
CMYK00.290.570.20
HSL29.22º52.51%57.06%-
HSV(B)29.22º56.65%79.61%-
XYZ36.3633.3513.75-
YUV155.2690.05162.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=46.67%
G=33.10%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031448800.290.570.2029.2252.5157.06
HexCB905801D39141d3539
Octal3132201300357124356571
Binary110010111001000010110000111011110011010011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9058; }

 p { color: rgb(203,144,88); }

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

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

 a { background-color: rgb(203,144,88); }

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

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

 span { border-color: rgb(203,144,88); }

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