Html Css Color HEX #CE8D60 Whiskey

📋 copy color: '#CE8D60'

red 206 ◦ green 141 ◦ blue 96

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

Shades of Whiskey #CE8D60

Tints of Whiskey #CE8D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 46.5%
G = 31.83%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE8D60 (or 0xCE8D60) is known color: Whiskey. HEX triplet: CE, 8D and 60. RGB value is (206,141,96). Sum of RGB (Red+Green+Blue) = 206+141+96=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D60 is #31729F. Grayscale: #9B9B9B. Windows color (decimal): -3240608 or 6327758. OLE color: 6327758.

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

Color convert

RGB 206 141 96 -
CMYK 0 0.32 0.53 0.19
HSL 24.55º 0.53% 0.59% -
HSV(B) 24.55º 0.53% 0.81% -
XYZ 37.09 33.02 15.48 -
YUV 155.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 206 141 96 0 0.32 0.53 0.19 24.55 0.53 0.59
Hex CE 8D 60 0 20 35 13 19 35 3B
Octal 316 215 140 0 40 65 23 31 65 73
Binary 11001110 10001101 1100000 0 100000 110101 10011 11001 110101 111011

Color Harmonies of #CE8D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D60

Black with #CE8D60

Text Example


Text Example

White with #CE8D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D60; }

 p { color: rgb(206,141,96); }

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

background-color css

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

 a { background-color: rgb(206,141,96); }

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

border-color css

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

 span { border-color: rgb(206,141,96); }

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