Html Css Color HEX #CB8C5B Whiskey Sour

📋 copy color: '#CB8C5B'

red 203 ◦ green 140 ◦ blue 91

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

Shades of Whiskey Sour #CB8C5B

Tints of Whiskey Sour #CB8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

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

R = 46.77%
G = 32.26%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB8C5B (or 0xCB8C5B) is known color: Whiskey Sour. HEX triplet: CB, 8C and 5B. RGB value is (203,140,91). Sum of RGB (Red+Green+Blue) = 203+140+91=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C5B is #3473A4. Grayscale: #999999. Windows color (decimal): -3437477 or 5999819. OLE color: 5999819.

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

Color convert

RGB 203 140 91 -
CMYK 0 0.31 0.55 0.20
HSL 26.25º 0.52% 0.58% -
HSV(B) 26.25º 0.55% 0.8% -
XYZ 35.9 32.21 14.22 -
YUV 153.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 203 140 91 0 0.31 0.55 0.20 26.25 0.52 0.58
Hex CB 8C 5B 0 1F 37 14 1A 34 3A
Octal 313 214 133 0 37 67 24 32 64 72
Binary 11001011 10001100 1011011 0 11111 110111 10100 11010 110100 111010

Color Harmonies of #CB8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C5B

Black with #CB8C5B

Text Example


Text Example

White with #CB8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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