Html Css Color HEX #CB8C5A Whiskey Sour

📋 copy color: '#CB8C5A'

red 203 ◦ green 140 ◦ blue 90

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

Shades of Whiskey Sour #CB8C5A

Tints of Whiskey Sour #CB8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 46.88%
G = 32.33%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB8C5A (or 0xCB8C5A) is known color: Whiskey Sour. HEX triplet: CB, 8C and 5A. RGB value is (203,140,90). Sum of RGB (Red+Green+Blue) = 203+140+90=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C5A is #3473A5. Grayscale: #999999. Windows color (decimal): -3437478 or 5934283. OLE color: 5934283.

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

Color convert

RGB 203 140 90 -
CMYK 0 0.31 0.56 0.20
HSL 26.55º 0.52% 0.57% -
HSV(B) 26.55º 0.56% 0.8% -
XYZ 35.85 32.19 14 -
YUV 153.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 203 140 90 0 0.31 0.56 0.20 26.55 0.52 0.57
Hex CB 8C 5A 0 1F 38 14 1B 34 39
Octal 313 214 132 0 37 70 24 33 64 71
Binary 11001011 10001100 1011010 0 11111 111000 10100 11011 110100 111001

Color Harmonies of #CB8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C5A

Black with #CB8C5A

Text Example


Text Example

White with #CB8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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