Html Css Color HEX #CB955B Whiskey Sour

📋 copy color: '#CB955B'

red 203 ◦ green 149 ◦ blue 91

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

Shades of Whiskey Sour #CB955B

Tints of Whiskey Sour #CB955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 45.82%
G = 33.63%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB955B (or 0xCB955B) is known color: Whiskey Sour. HEX triplet: CB, 95 and 5B. RGB value is (203,149,91). Sum of RGB (Red+Green+Blue) = 203+149+91=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB955B is #346AA4. Grayscale: #9E9E9E. Windows color (decimal): -3435173 or 6002123. OLE color: 6002123.

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

Color convert

RGB 203 149 91 -
CMYK 0 0.27 0.55 0.20
HSL 31.07º 0.52% 0.58% -
HSV(B) 31.07º 0.55% 0.8% -
XYZ 37.26 34.95 14.68 -
YUV 158.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 203 149 91 0 0.27 0.55 0.20 31.07 0.52 0.58
Hex CB 95 5B 0 1B 37 14 1F 34 3A
Octal 313 225 133 0 33 67 24 37 64 72
Binary 11001011 10010101 1011011 0 11011 110111 10100 11111 110100 111010

Color Harmonies of #CB955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB955B

Black with #CB955B

Text Example


Text Example

White with #CB955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB955B; }

 p { color: rgb(203,149,91); }

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

background-color css

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

 a { background-color: rgb(203,149,91); }

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

border-color css

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

 span { border-color: rgb(203,149,91); }

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