Html Css Color HEX #CB8953 Whiskey Sour

📋 copy color: '#CB8953'

red 203 ◦ green 137 ◦ blue 83

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

Shades of Whiskey Sour #CB8953

Tints of Whiskey Sour #CB8953

RGB

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

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

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

R = 47.99%
G = 32.39%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB8953 (or 0xCB8953) is known color: Whiskey Sour. HEX triplet: CB, 89 and 53. RGB value is (203,137,83). Sum of RGB (Red+Green+Blue) = 203+137+83=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8953 is #3476AC. Grayscale: #969696. Windows color (decimal): -3438253 or 5474763. OLE color: 5474763.

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

Color convert

RGB 203 137 83 -
CMYK 0 0.33 0.59 0.20
HSL 27º 0.54% 0.56% -
HSV(B) 27º 0.59% 0.8% -
XYZ 35.14 31.21 12.36 -
YUV 150.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 203 137 83 0 0.33 0.59 0.20 27 0.54 0.56
Hex CB 89 53 0 21 3B 14 1B 36 38
Octal 313 211 123 0 41 73 24 33 66 70
Binary 11001011 10001001 1010011 0 100001 111011 10100 11011 110110 111000

Color Harmonies of #CB8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8953

Black with #CB8953

Text Example


Text Example

White with #CB8953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8953; }

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

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

background-color css

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

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

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

border-color css

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

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

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