Html Css Color HEX #CB8555 Whiskey Sour

📋 copy color: '#CB8555'

red 203 ◦ green 133 ◦ blue 85

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

Shades of Whiskey Sour #CB8555

Tints of Whiskey Sour #CB8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 48.22%
G = 31.59%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB8555 (or 0xCB8555) is known color: Whiskey Sour. HEX triplet: CB, 85 and 55. RGB value is (203,133,85). Sum of RGB (Red+Green+Blue) = 203+133+85=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8555 is #347AAA. Grayscale: #949494. Windows color (decimal): -3439275 or 5604811. OLE color: 5604811.

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

Color convert

RGB 203 133 85 -
CMYK 0 0.34 0.58 0.20
HSL 24.41º 0.53% 0.56% -
HSV(B) 24.41º 0.58% 0.8% -
XYZ 34.66 30.13 12.58 -
YUV 148.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 203 133 85 0 0.34 0.58 0.20 24.41 0.53 0.56
Hex CB 85 55 0 22 3A 14 18 35 38
Octal 313 205 125 0 42 72 24 30 65 70
Binary 11001011 10000101 1010101 0 100010 111010 10100 11000 110101 111000

Color Harmonies of #CB8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8555

Black with #CB8555

Text Example


Text Example

White with #CB8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8555; }

 p { color: rgb(203,133,85); }

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

background-color css

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

 a { background-color: rgb(203,133,85); }

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

border-color css

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

 span { border-color: rgb(203,133,85); }

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