Html Css Color HEX #CE895F Whiskey

📋 copy color: '#CE895F'

red 206 ◦ green 137 ◦ blue 95

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

Shades of Whiskey #CE895F

Tints of Whiskey #CE895F

RGB

 RED value IS 206 (80.86% from 255) = 47.03%

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

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

R = 47.03%
G = 31.28%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE895F (or 0xCE895F) is known color: Whiskey. HEX triplet: CE, 89 and 5F. RGB value is (206,137,95). Sum of RGB (Red+Green+Blue) = 206+137+95=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE895F is #3176A0. Grayscale: #999999. Windows color (decimal): -3241633 or 6261198. OLE color: 6261198.

HSL color Cylindrical-coordinate representation of color #CE895F: hue angle of 22.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE895F is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 95 -
CMYK 0 0.33 0.54 0.19
HSL 22.7º 0.53% 0.59% -
HSV(B) 22.7º 0.54% 0.81% -
XYZ 36.46 31.84 15.05 -
YUV 152.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 206 137 95 0 0.33 0.54 0.19 22.7 0.53 0.59
Hex CE 89 5F 0 21 36 13 17 35 3B
Octal 316 211 137 0 41 66 23 27 65 73
Binary 11001110 10001001 1011111 0 100001 110110 10011 10111 110101 111011

Color Harmonies of #CE895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE895F

Black with #CE895F

Text Example


Text Example

White with #CE895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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