Html Css Color HEX #CE8C5F Whiskey

📋 copy color: '#CE8C5F'

red 206 ◦ green 140 ◦ blue 95

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

Shades of Whiskey #CE8C5F

Tints of Whiskey #CE8C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

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

R = 46.71%
G = 31.75%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE8C5F (or 0xCE8C5F) is known color: Whiskey. HEX triplet: CE, 8C and 5F. RGB value is (206,140,95). Sum of RGB (Red+Green+Blue) = 206+140+95=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C5F is #3173A0. Grayscale: #9A9A9A. Windows color (decimal): -3240865 or 6261966. OLE color: 6261966.

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

Color convert

RGB 206 140 95 -
CMYK 0 0.32 0.54 0.19
HSL 24.32º 0.53% 0.59% -
HSV(B) 24.32º 0.54% 0.81% -
XYZ 36.9 32.7 15.19 -
YUV 154.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 206 140 95 0 0.32 0.54 0.19 24.32 0.53 0.59
Hex CE 8C 5F 0 20 36 13 18 35 3B
Octal 316 214 137 0 40 66 23 30 65 73
Binary 11001110 10001100 1011111 0 100000 110110 10011 11000 110101 111011

Color Harmonies of #CE8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C5F

Black with #CE8C5F

Text Example


Text Example

White with #CE8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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