Html Css Color HEX #CB955D Whiskey Sour

📋 copy color: '#CB955D'

red 203 ◦ green 149 ◦ blue 93

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

Shades of Whiskey Sour #CB955D

Tints of Whiskey Sour #CB955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 45.62%
G = 33.48%
B = 20.9%

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

#CB955D (or 0xCB955D) is known color: Whiskey Sour. HEX triplet: CB, 95 and 5D. RGB value is (203,149,93). Sum of RGB (Red+Green+Blue) = 203+149+93=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB955D is #346AA2. Grayscale: #9F9F9F. Windows color (decimal): -3435171 or 6133195. OLE color: 6133195.

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

Color convert

RGB 203 149 93 -
CMYK 0 0.27 0.54 0.20
HSL 30.55º 0.51% 0.58% -
HSV(B) 30.55º 0.54% 0.8% -
XYZ 37.35 34.98 15.14 -
YUV 158.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 203 149 93 0 0.27 0.54 0.20 30.55 0.51 0.58
Hex CB 95 5D 0 1B 36 14 1F 33 3A
Octal 313 225 135 0 33 66 24 37 63 72
Binary 11001011 10010101 1011101 0 11011 110110 10100 11111 110011 111010

Color Harmonies of #CB955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB955D

Black with #CB955D

Text Example


Text Example

White with #CB955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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