Html Css Color HEX #CB8F5A Whiskey Sour

📋 copy color: '#CB8F5A'

red 203 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #CB8F5A

Tints of Whiskey Sour #CB8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

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

R = 46.56%
G = 32.8%
B = 20.64%

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

#CB8F5A (or 0xCB8F5A) is known color: Whiskey Sour. HEX triplet: CB, 8F and 5A. RGB value is (203,143,90). Sum of RGB (Red+Green+Blue) = 203+143+90=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F5A is #3470A5. Grayscale: #9B9B9B. Windows color (decimal): -3436710 or 5935051. OLE color: 5935051.

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

Color convert

RGB 203 143 90 -
CMYK 0 0.30 0.56 0.20
HSL 28.14º 0.52% 0.57% -
HSV(B) 28.14º 0.56% 0.8% -
XYZ 36.3 33.08 14.14 -
YUV 154.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 203 143 90 0 0.30 0.56 0.20 28.14 0.52 0.57
Hex CB 8F 5A 0 1E 38 14 1C 34 39
Octal 313 217 132 0 36 70 24 34 64 71
Binary 11001011 10001111 1011010 0 11110 111000 10100 11100 110100 111001

Color Harmonies of #CB8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F5A

Black with #CB8F5A

Text Example


Text Example

White with #CB8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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