Html Css Color HEX #CB8957 Whiskey Sour

📋 copy color: '#CB8957'

red 203 ◦ green 137 ◦ blue 87

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

Shades of Whiskey Sour #CB8957

Tints of Whiskey Sour #CB8957

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

 BLUE value IS 87 (34.38% from 255) = 20.37%

R = 47.54%
G = 32.08%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB8957 (or 0xCB8957) is known color: Whiskey Sour. HEX triplet: CB, 89 and 57. RGB value is (203,137,87). Sum of RGB (Red+Green+Blue) = 203+137+87=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8957 is #3476A8. Grayscale: #979797. Windows color (decimal): -3438249 or 5736907. OLE color: 5736907.

HSL color Cylindrical-coordinate representation of color #CB8957: hue angle of 25.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB8957 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 87 -
CMYK 0 0.33 0.57 0.20
HSL 25.86º 0.53% 0.57% -
HSV(B) 25.86º 0.57% 0.8% -
XYZ 35.29 31.28 13.19 -
YUV 151.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 203 137 87 0 0.33 0.57 0.20 25.86 0.53 0.57
Hex CB 89 57 0 21 39 14 1A 35 39
Octal 313 211 127 0 41 71 24 32 65 71
Binary 11001011 10001001 1010111 0 100001 111001 10100 11010 110101 111001

Color Harmonies of #CB8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8957

Black with #CB8957

Text Example


Text Example

White with #CB8957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8957; }

 p { color: rgb(203,137,87); }

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

background-color css

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

 a { background-color: rgb(203,137,87); }

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

border-color css

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

 span { border-color: rgb(203,137,87); }

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