Html Css Color HEX #CE8C61 Whiskey

📋 copy color: '#CE8C61'

red 206 ◦ green 140 ◦ blue 97

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

Shades of Whiskey #CE8C61

Tints of Whiskey #CE8C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 46.5%
G = 31.6%
B = 21.9%

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

#CE8C61 (or 0xCE8C61) is known color: Whiskey. HEX triplet: CE, 8C and 61. RGB value is (206,140,97). Sum of RGB (Red+Green+Blue) = 206+140+97=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C61 is #31739E. Grayscale: #9B9B9B. Windows color (decimal): -3240863 or 6393038. OLE color: 6393038.

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

Color convert

RGB 206 140 97 -
CMYK 0 0.32 0.53 0.19
HSL 23.67º 0.53% 0.59% -
HSV(B) 23.67º 0.53% 0.81% -
XYZ 36.99 32.74 15.68 -
YUV 154.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 206 140 97 0 0.32 0.53 0.19 23.67 0.53 0.59
Hex CE 8C 61 0 20 35 13 18 35 3B
Octal 316 214 141 0 40 65 23 30 65 73
Binary 11001110 10001100 1100001 0 100000 110101 10011 11000 110101 111011

Color Harmonies of #CE8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C61

Black with #CE8C61

Text Example


Text Example

White with #CE8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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