Html Css Color HEX #CB8E5D Whiskey

📋 copy color: '#CB8E5D'

red 203 ◦ green 142 ◦ blue 93

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

Shades of Whiskey #CB8E5D

Tints of Whiskey #CB8E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 46.35%
G = 32.42%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB8E5D (or 0xCB8E5D) is known color: Whiskey. HEX triplet: CB, 8E and 5D. RGB value is (203,142,93). Sum of RGB (Red+Green+Blue) = 203+142+93=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E5D is #3471A2. Grayscale: #9A9A9A. Windows color (decimal): -3436963 or 6131403. OLE color: 6131403.

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

Color convert

RGB 203 142 93 -
CMYK 0 0.30 0.54 0.20
HSL 26.73º 0.51% 0.58% -
HSV(B) 26.73º 0.54% 0.8% -
XYZ 36.28 32.83 14.78 -
YUV 154.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 203 142 93 0 0.30 0.54 0.20 26.73 0.51 0.58
Hex CB 8E 5D 0 1E 36 14 1B 33 3A
Octal 313 216 135 0 36 66 24 33 63 72
Binary 11001011 10001110 1011101 0 11110 110110 10100 11011 110011 111010

Color Harmonies of #CB8E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8E5D

Black with #CB8E5D

Text Example


Text Example

White with #CB8E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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