Html Css Color HEX #CB895F Whiskey

📋 copy color: '#CB895F'

red 203 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #CB895F

Tints of Whiskey #CB895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 46.67%
G = 31.49%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB895F (or 0xCB895F) is known color: Whiskey. HEX triplet: CB, 89 and 5F. RGB value is (203,137,95). Sum of RGB (Red+Green+Blue) = 203+137+95=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB895F is #3476A0. Grayscale: #989898. Windows color (decimal): -3438241 or 6261195. OLE color: 6261195.

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

Color convert

RGB 203 137 95 -
CMYK 0 0.33 0.53 0.20
HSL 23.33º 0.51% 0.58% -
HSV(B) 23.33º 0.53% 0.8% -
XYZ 35.64 31.41 15.01 -
YUV 151.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 203 137 95 0 0.33 0.53 0.20 23.33 0.51 0.58
Hex CB 89 5F 0 21 35 14 17 33 3A
Octal 313 211 137 0 41 65 24 27 63 72
Binary 11001011 10001001 1011111 0 100001 110101 10100 10111 110011 111010

Color Harmonies of #CB895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB895F

Black with #CB895F

Text Example


Text Example

White with #CB895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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