Html Css Color HEX #CB9760 Whiskey Sour

📋 copy color: '#CB9760'

red 203 ◦ green 151 ◦ blue 96

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

Shades of Whiskey Sour #CB9760

Tints of Whiskey Sour #CB9760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

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

R = 45.11%
G = 33.56%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB9760 (or 0xCB9760) is known color: Whiskey Sour. HEX triplet: CB, 97 and 60. RGB value is (203,151,96). Sum of RGB (Red+Green+Blue) = 203+151+96=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9760 is #34689F. Grayscale: #A0A0A0. Windows color (decimal): -3434656 or 6330315. OLE color: 6330315.

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

Color convert

RGB 203 151 96 -
CMYK 0 0.26 0.53 0.20
HSL 30.84º 0.51% 0.59% -
HSV(B) 30.84º 0.53% 0.8% -
XYZ 37.81 35.67 15.96 -
YUV 160.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 203 151 96 0 0.26 0.53 0.20 30.84 0.51 0.59
Hex CB 97 60 0 1A 35 14 1F 33 3B
Octal 313 227 140 0 32 65 24 37 63 73
Binary 11001011 10010111 1100000 0 11010 110101 10100 11111 110011 111011

Color Harmonies of #CB9760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9760

Black with #CB9760

Text Example


Text Example

White with #CB9760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9760; }

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

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

background-color css

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

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

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

border-color css

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

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

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