Html Css Color HEX #CB9259 Whiskey Sour

📋 copy color: '#CB9259'

red 203 ◦ green 146 ◦ blue 89

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

Shades of Whiskey Sour #CB9259

Tints of Whiskey Sour #CB9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.33%

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

R = 46.35%
G = 33.33%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB9259 (or 0xCB9259) is known color: Whiskey Sour. HEX triplet: CB, 92 and 59. RGB value is (203,146,89). Sum of RGB (Red+Green+Blue) = 203+146+89=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9259 is #346DA6. Grayscale: #9C9C9C. Windows color (decimal): -3435943 or 5870283. OLE color: 5870283.

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

Color convert

RGB 203 146 89 -
CMYK 0 0.28 0.56 0.20
HSL 30º 0.52% 0.57% -
HSV(B) 30º 0.56% 0.8% -
XYZ 36.71 33.98 14.07 -
YUV 156.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 203 146 89 0 0.28 0.56 0.20 30 0.52 0.57
Hex CB 92 59 0 1C 38 14 1E 34 39
Octal 313 222 131 0 34 70 24 36 64 71
Binary 11001011 10010010 1011001 0 11100 111000 10100 11110 110100 111001

Color Harmonies of #CB9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9259

Black with #CB9259

Text Example


Text Example

White with #CB9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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