#CB935D

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

Shades of Whiskey Sour #CB935D

Tints of Whiskey Sour #CB935D

Color information

#CB935D (or 0xCB935D) is unknown color: approx Whiskey Sour. HEX triplet: CB, 93 and 5D. RGB value is (203,147,93). Sum of RGB (Red+Green+Blue) = 203+147+93=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB935D is #346CA2. Grayscale: #9D9D9D. Windows color (decimal): -3435683 or 6132683. OLE color: 6132683.

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

Color convert

RGB20314793-
CMYK00.280.540.20
HSL29.45º51.4%58.04%-
HSV(B)29.45º54.19%79.61%-
XYZ37.0434.3515.03-
YUV157.5991.55160.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=45.82%
G=33.18%
B=20.99%

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
Decimal2031479300.280.540.2029.4551.458.04
HexCB935D01C36141d333a
Octal3132231350346624356372
Binary110010111001001110111010111001101101010011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB935D; }

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

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

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

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

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

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

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

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