Html Css Color HEX #CB9059 Whiskey Sour

📋 copy color: '#CB9059'

red 203 ◦ green 144 ◦ blue 89

#CB9059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CB9059

Tints of Whiskey Sour #CB9059

RGB

 RED value IS 203 (79.69% from 255) = 46.56%

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 89 (35.16% from 255) = 20.41%

R = 46.56%
G = 33.03%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB9059 (or 0xCB9059) is known color: Whiskey Sour. HEX triplet: CB, 90 and 59. RGB value is (203,144,89). Sum of RGB (Red+Green+Blue) = 203+144+89=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9059 is #346FA6. Grayscale: #9B9B9B. Windows color (decimal): -3436455 or 5869771. OLE color: 5869771.

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

Color convert

RGB 203 144 89 -
CMYK 0 0.29 0.56 0.20
HSL 28.95º 0.52% 0.57% -
HSV(B) 28.95º 0.56% 0.8% -
XYZ 36.41 33.36 13.97 -
YUV 155.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 203 144 89 0 0.29 0.56 0.20 28.95 0.52 0.57
Hex CB 90 59 0 1D 38 14 1D 34 39
Octal 313 220 131 0 35 70 24 35 64 71
Binary 11001011 10010000 1011001 0 11101 111000 10100 11101 110100 111001

Color Harmonies of #CB9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9059

Black with #CB9059

Text Example


Text Example

White with #CB9059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9059; }

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

 H1.HeaderClassName
 {
   color: #CB9059;
 }
 .AnyTagClassName
 {
   color: #CB9059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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