Html Css Color HEX #CE9161 Whiskey

📋 copy color: '#CE9161'

red 206 ◦ green 145 ◦ blue 97

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

Shades of Whiskey #CE9161

Tints of Whiskey #CE9161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 45.98%
G = 32.37%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9161 (or 0xCE9161) is known color: Whiskey. HEX triplet: CE, 91 and 61. RGB value is (206,145,97). Sum of RGB (Red+Green+Blue) = 206+145+97=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9161 is #316E9E. Grayscale: #9E9E9E. Windows color (decimal): -3239583 or 6394318. OLE color: 6394318.

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

Color convert

RGB 206 145 97 -
CMYK 0 0.30 0.53 0.19
HSL 26.42º 0.53% 0.59% -
HSV(B) 26.42º 0.53% 0.81% -
XYZ 37.74 34.24 15.93 -
YUV 157.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 206 145 97 0 0.30 0.53 0.19 26.42 0.53 0.59
Hex CE 91 61 0 1E 35 13 1A 35 3B
Octal 316 221 141 0 36 65 23 32 65 73
Binary 11001110 10010001 1100001 0 11110 110101 10011 11010 110101 111011

Color Harmonies of #CE9161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9161

Black with #CE9161

Text Example


Text Example

White with #CE9161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9161; }

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

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

background-color css

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

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

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

border-color css

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

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

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