Html Css Color HEX #CB8E5A Whiskey Sour

📋 copy color: '#CB8E5A'

red 203 ◦ green 142 ◦ blue 90

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

Shades of Whiskey Sour #CB8E5A

Tints of Whiskey Sour #CB8E5A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 46.67%
G = 32.64%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB8E5A (or 0xCB8E5A) is known color: Whiskey Sour. HEX triplet: CB, 8E and 5A. RGB value is (203,142,90). Sum of RGB (Red+Green+Blue) = 203+142+90=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E5A is #3471A5. Grayscale: #9A9A9A. Windows color (decimal): -3436966 or 5934795. OLE color: 5934795.

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

Color convert

RGB 203 142 90 -
CMYK 0 0.30 0.56 0.20
HSL 27.61º 0.52% 0.57% -
HSV(B) 27.61º 0.56% 0.8% -
XYZ 36.15 32.78 14.1 -
YUV 154.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 203 142 90 0 0.30 0.56 0.20 27.61 0.52 0.57
Hex CB 8E 5A 0 1E 38 14 1C 34 39
Octal 313 216 132 0 36 70 24 34 64 71
Binary 11001011 10001110 1011010 0 11110 111000 10100 11100 110100 111001

Color Harmonies of #CB8E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E5A

Black with #CB8E5A

Text Example


Text Example

White with #CB8E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E5A; }

 p { color: rgb(203,142,90); }

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

background-color css

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

 a { background-color: rgb(203,142,90); }

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

border-color css

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

 span { border-color: rgb(203,142,90); }

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