Html Css Color HEX #CB8653 Whiskey Sour

📋 copy color: '#CB8653'

red 203 ◦ green 134 ◦ blue 83

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

Shades of Whiskey Sour #CB8653

Tints of Whiskey Sour #CB8653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 48.33%
G = 31.9%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB8653 (or 0xCB8653) is known color: Whiskey Sour. HEX triplet: CB, 86 and 53. RGB value is (203,134,83). Sum of RGB (Red+Green+Blue) = 203+134+83=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8653 is #3479AC. Grayscale: #959595. Windows color (decimal): -3439021 or 5473995. OLE color: 5473995.

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

Color convert

RGB 203 134 83 -
CMYK 0 0.34 0.59 0.20
HSL 25.5º 0.54% 0.56% -
HSV(B) 25.5º 0.59% 0.8% -
XYZ 34.72 30.37 12.22 -
YUV 148.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 203 134 83 0 0.34 0.59 0.20 25.5 0.54 0.56
Hex CB 86 53 0 22 3B 14 1A 36 38
Octal 313 206 123 0 42 73 24 32 66 70
Binary 11001011 10000110 1010011 0 100010 111011 10100 11010 110110 111000

Color Harmonies of #CB8653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8653

Black with #CB8653

Text Example


Text Example

White with #CB8653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8653; }

 p { color: rgb(203,134,83); }

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

background-color css

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

 a { background-color: rgb(203,134,83); }

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

border-color css

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

 span { border-color: rgb(203,134,83); }

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