#CB935E

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

Shades of Whiskey Sour #CB935E

Tints of Whiskey Sour #CB935E

Color information

#CB935E (or 0xCB935E) is unknown color: approx Whiskey Sour. HEX triplet: CB, 93 and 5E. RGB value is (203,147,94). Sum of RGB (Red+Green+Blue) = 203+147+94=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB935E is #346CA1. Grayscale: #9D9D9D. Windows color (decimal): -3435682 or 6198219. OLE color: 6198219.

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

Color convert

RGB20314794-
CMYK00.280.540.20
HSL29.17º51.17%58.24%-
HSV(B)29.17º53.69%79.61%-
XYZ37.0834.3715.27-
YUV157.792.05160.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=45.72%
G=33.11%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031479400.280.540.2029.1751.1758.24
HexCB935E01C36141d333a
Octal3132231360346624356372
Binary110010111001001110111100111001101101010011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB935E; }

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

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

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

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

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

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

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

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