Html Css Color HEX #CB8956 Whiskey Sour

📋 copy color: '#CB8956'

red 203 ◦ green 137 ◦ blue 86

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

Shades of Whiskey Sour #CB8956

Tints of Whiskey Sour #CB8956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 47.65%
G = 32.16%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB8956 (or 0xCB8956) is known color: Whiskey Sour. HEX triplet: CB, 89 and 56. RGB value is (203,137,86). Sum of RGB (Red+Green+Blue) = 203+137+86=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8956 is #3476A9. Grayscale: #979797. Windows color (decimal): -3438250 or 5671371. OLE color: 5671371.

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

Color convert

RGB 203 137 86 -
CMYK 0 0.33 0.58 0.20
HSL 26.15º 0.53% 0.57% -
HSV(B) 26.15º 0.58% 0.8% -
XYZ 35.25 31.26 12.98 -
YUV 150.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 203 137 86 0 0.33 0.58 0.20 26.15 0.53 0.57
Hex CB 89 56 0 21 3A 14 1A 35 39
Octal 313 211 126 0 41 72 24 32 65 71
Binary 11001011 10001001 1010110 0 100001 111010 10100 11010 110101 111001

Color Harmonies of #CB8956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8956

Black with #CB8956

Text Example


Text Example

White with #CB8956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8956; }

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

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

background-color css

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

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

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

border-color css

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

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

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