Html Css Color HEX #CE8D66 Whiskey

📋 copy color: '#CE8D66'

red 206 ◦ green 141 ◦ blue 102

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

Shades of Whiskey #CE8D66

Tints of Whiskey #CE8D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 45.88%
G = 31.4%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE8D66 (or 0xCE8D66) is known color: Whiskey. HEX triplet: CE, 8D and 66. RGB value is (206,141,102). Sum of RGB (Red+Green+Blue) = 206+141+102=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D66 is #317299. Grayscale: #9C9C9C. Windows color (decimal): -3240602 or 6720974. OLE color: 6720974.

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

Color convert

RGB 206 141 102 -
CMYK 0 0.32 0.50 0.19
HSL 22.5º 0.51% 0.6% -
HSV(B) 22.5º 0.5% 0.81% -
XYZ 37.38 33.13 17 -
YUV 155.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 206 141 102 0 0.32 0.50 0.19 22.5 0.51 0.6
Hex CE 8D 66 0 20 32 13 16 33 3C
Octal 316 215 146 0 40 62 23 26 63 74
Binary 11001110 10001101 1100110 0 100000 110010 10011 10110 110011 111100

Color Harmonies of #CE8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D66

Black with #CE8D66

Text Example


Text Example

White with #CE8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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