Html Css Color HEX #CB955E Whiskey Sour

📋 copy color: '#CB955E'

red 203 ◦ green 149 ◦ blue 94

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

Shades of Whiskey Sour #CB955E

Tints of Whiskey Sour #CB955E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 45.52%
G = 33.41%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB955E (or 0xCB955E) is known color: Whiskey Sour. HEX triplet: CB, 95 and 5E. RGB value is (203,149,94). Sum of RGB (Red+Green+Blue) = 203+149+94=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB955E is #346AA1. Grayscale: #9F9F9F. Windows color (decimal): -3435170 or 6198731. OLE color: 6198731.

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

Color convert

RGB 203 149 94 -
CMYK 0 0.27 0.54 0.20
HSL 30.28º 0.51% 0.58% -
HSV(B) 30.28º 0.54% 0.8% -
XYZ 37.4 35 15.37 -
YUV 158.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 203 149 94 0 0.27 0.54 0.20 30.28 0.51 0.58
Hex CB 95 5E 0 1B 36 14 1E 33 3A
Octal 313 225 136 0 33 66 24 36 63 72
Binary 11001011 10010101 1011110 0 11011 110110 10100 11110 110011 111010

Color Harmonies of #CB955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB955E

Black with #CB955E

Text Example


Text Example

White with #CB955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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