Html Css Color HEX #CB9860 Whiskey Sour

📋 copy color: '#CB9860'

red 203 ◦ green 152 ◦ blue 96

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

Shades of Whiskey Sour #CB9860

Tints of Whiskey Sour #CB9860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.7%

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 45.01%
G = 33.7%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB9860 (or 0xCB9860) is known color: Whiskey Sour. HEX triplet: CB, 98 and 60. RGB value is (203,152,96). Sum of RGB (Red+Green+Blue) = 203+152+96=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9860 is #34679F. Grayscale: #A1A1A1. Windows color (decimal): -3434400 or 6330571. OLE color: 6330571.

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

Color convert

RGB 203 152 96 -
CMYK 0 0.25 0.53 0.20
HSL 31.4º 0.51% 0.59% -
HSV(B) 31.4º 0.53% 0.8% -
XYZ 37.97 36 16.01 -
YUV 160.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 203 152 96 0 0.25 0.53 0.20 31.4 0.51 0.59
Hex CB 98 60 0 19 35 14 1F 33 3B
Octal 313 230 140 0 31 65 24 37 63 73
Binary 11001011 10011000 1100000 0 11001 110101 10100 11111 110011 111011

Color Harmonies of #CB9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9860

Black with #CB9860

Text Example


Text Example

White with #CB9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9860; }

 p { color: rgb(203,152,96); }

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

background-color css

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

 a { background-color: rgb(203,152,96); }

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

border-color css

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

 span { border-color: rgb(203,152,96); }

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