Html Css Color HEX #CB8959 Whiskey Sour

📋 copy color: '#CB8959'

red 203 ◦ green 137 ◦ blue 89

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

Shades of Whiskey Sour #CB8959

Tints of Whiskey Sour #CB8959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 47.32%
G = 31.93%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB8959 (or 0xCB8959) is known color: Whiskey Sour. HEX triplet: CB, 89 and 59. RGB value is (203,137,89). Sum of RGB (Red+Green+Blue) = 203+137+89=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8959 is #3476A6. Grayscale: #979797. Windows color (decimal): -3438247 or 5867979. OLE color: 5867979.

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

Color convert

RGB 203 137 89 -
CMYK 0 0.33 0.56 0.20
HSL 25.26º 0.52% 0.57% -
HSV(B) 25.26º 0.56% 0.8% -
XYZ 35.38 31.31 13.63 -
YUV 151.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 203 137 89 0 0.33 0.56 0.20 25.26 0.52 0.57
Hex CB 89 59 0 21 38 14 19 34 39
Octal 313 211 131 0 41 70 24 31 64 71
Binary 11001011 10001001 1011001 0 100001 111000 10100 11001 110100 111001

Color Harmonies of #CB8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8959

Black with #CB8959

Text Example


Text Example

White with #CB8959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8959; }

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

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

background-color css

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

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

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

border-color css

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

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

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