Html Css Color HEX #CE8C62 Whiskey

📋 copy color: '#CE8C62'

red 206 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #CE8C62

Tints of Whiskey #CE8C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.07%

R = 46.4%
G = 31.53%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE8C62 (or 0xCE8C62) is known color: Whiskey. HEX triplet: CE, 8C and 62. RGB value is (206,140,98). Sum of RGB (Red+Green+Blue) = 206+140+98=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C62 is #31739D. Grayscale: #9B9B9B. Windows color (decimal): -3240862 or 6458574. OLE color: 6458574.

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

Color convert

RGB 206 140 98 -
CMYK 0 0.32 0.52 0.19
HSL 23.33º 0.52% 0.6% -
HSV(B) 23.33º 0.52% 0.81% -
XYZ 37.04 32.76 15.93 -
YUV 154.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 206 140 98 0 0.32 0.52 0.19 23.33 0.52 0.6
Hex CE 8C 62 0 20 34 13 17 34 3C
Octal 316 214 142 0 40 64 23 27 64 74
Binary 11001110 10001100 1100010 0 100000 110100 10011 10111 110100 111100

Color Harmonies of #CE8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C62

Black with #CE8C62

Text Example


Text Example

White with #CE8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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