Html Css Color HEX #CE885D Whiskey

📋 copy color: '#CE885D'

red 206 ◦ green 136 ◦ blue 93

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

Shades of Whiskey #CE885D

Tints of Whiskey #CE885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 47.36%
G = 31.26%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE885D (or 0xCE885D) is known color: Whiskey. HEX triplet: CE, 88 and 5D. RGB value is (206,136,93). Sum of RGB (Red+Green+Blue) = 206+136+93=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE885D is #3177A2. Grayscale: #989898. Windows color (decimal): -3241891 or 6129870. OLE color: 6129870.

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

Color convert

RGB 206 136 93 -
CMYK 0 0.34 0.55 0.19
HSL 22.83º 0.54% 0.59% -
HSV(B) 22.83º 0.55% 0.81% -
XYZ 36.23 31.52 14.53 -
YUV 152.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 206 136 93 0 0.34 0.55 0.19 22.83 0.54 0.59
Hex CE 88 5D 0 22 37 13 17 36 3B
Octal 316 210 135 0 42 67 23 27 66 73
Binary 11001110 10001000 1011101 0 100010 110111 10011 10111 110110 111011

Color Harmonies of #CE885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE885D

Black with #CE885D

Text Example


Text Example

White with #CE885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE885D; }

 p { color: rgb(206,136,93); }

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

background-color css

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

 a { background-color: rgb(206,136,93); }

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

border-color css

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

 span { border-color: rgb(206,136,93); }

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