Html Css Color HEX #CB8D57 Whiskey Sour

📋 copy color: '#CB8D57'

red 203 ◦ green 141 ◦ blue 87

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

Shades of Whiskey Sour #CB8D57

Tints of Whiskey Sour #CB8D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

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

R = 47.1%
G = 32.71%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB8D57 (or 0xCB8D57) is known color: Whiskey Sour. HEX triplet: CB, 8D and 57. RGB value is (203,141,87). Sum of RGB (Red+Green+Blue) = 203+141+87=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D57 is #3472A8. Grayscale: #999999. Windows color (decimal): -3437225 or 5737931. OLE color: 5737931.

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

Color convert

RGB 203 141 87 -
CMYK 0 0.31 0.57 0.20
HSL 27.93º 0.53% 0.57% -
HSV(B) 27.93º 0.57% 0.8% -
XYZ 35.87 32.43 13.39 -
YUV 153.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 203 141 87 0 0.31 0.57 0.20 27.93 0.53 0.57
Hex CB 8D 57 0 1F 39 14 1C 35 39
Octal 313 215 127 0 37 71 24 34 65 71
Binary 11001011 10001101 1010111 0 11111 111001 10100 11100 110101 111001

Color Harmonies of #CB8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D57

Black with #CB8D57

Text Example


Text Example

White with #CB8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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