Html Css Color HEX #CB895E Whiskey

📋 copy color: '#CB895E'

red 203 ◦ green 137 ◦ blue 94

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

Shades of Whiskey #CB895E

Tints of Whiskey #CB895E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.66%

R = 46.77%
G = 31.57%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB895E (or 0xCB895E) is known color: Whiskey. HEX triplet: CB, 89 and 5E. RGB value is (203,137,94). Sum of RGB (Red+Green+Blue) = 203+137+94=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB895E is #3476A1. Grayscale: #989898. Windows color (decimal): -3438242 or 6195659. OLE color: 6195659.

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

Color convert

RGB 203 137 94 -
CMYK 0 0.33 0.54 0.20
HSL 23.67º 0.51% 0.58% -
HSV(B) 23.67º 0.54% 0.8% -
XYZ 35.59 31.4 14.77 -
YUV 151.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 203 137 94 0 0.33 0.54 0.20 23.67 0.51 0.58
Hex CB 89 5E 0 21 36 14 18 33 3A
Octal 313 211 136 0 41 66 24 30 63 72
Binary 11001011 10001001 1011110 0 100001 110110 10100 11000 110011 111010

Color Harmonies of #CB895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB895E

Black with #CB895E

Text Example


Text Example

White with #CB895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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