Html Css Color HEX #CB8856 Whiskey Sour

📋 copy color: '#CB8856'

red 203 ◦ green 136 ◦ blue 86

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

Shades of Whiskey Sour #CB8856

Tints of Whiskey Sour #CB8856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

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

R = 47.76%
G = 32%
B = 20.24%

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

#CB8856 (or 0xCB8856) is known color: Whiskey Sour. HEX triplet: CB, 88 and 56. RGB value is (203,136,86). Sum of RGB (Red+Green+Blue) = 203+136+86=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8856 is #3477A9. Grayscale: #969696. Windows color (decimal): -3438506 or 5671115. OLE color: 5671115.

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

Color convert

RGB 203 136 86 -
CMYK 0 0.33 0.58 0.20
HSL 25.64º 0.53% 0.57% -
HSV(B) 25.64º 0.58% 0.8% -
XYZ 35.11 30.98 12.93 -
YUV 150.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 203 136 86 0 0.33 0.58 0.20 25.64 0.53 0.57
Hex CB 88 56 0 21 3A 14 1A 35 39
Octal 313 210 126 0 41 72 24 32 65 71
Binary 11001011 10001000 1010110 0 100001 111010 10100 11010 110101 111001

Color Harmonies of #CB8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8856

Black with #CB8856

Text Example


Text Example

White with #CB8856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8856; }

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

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

background-color css

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

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

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

border-color css

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

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

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