Html Css Color HEX #CE9061 Whiskey

📋 copy color: '#CE9061'

red 206 ◦ green 144 ◦ blue 97

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

Shades of Whiskey #CE9061

Tints of Whiskey #CE9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 46.09%
G = 32.21%
B = 21.7%

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

#CE9061 (or 0xCE9061) is known color: Whiskey. HEX triplet: CE, 90 and 61. RGB value is (206,144,97). Sum of RGB (Red+Green+Blue) = 206+144+97=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9061 is #316F9E. Grayscale: #9D9D9D. Windows color (decimal): -3239839 or 6394062. OLE color: 6394062.

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

Color convert

RGB 206 144 97 -
CMYK 0 0.30 0.53 0.19
HSL 25.87º 0.53% 0.59% -
HSV(B) 25.87º 0.53% 0.81% -
XYZ 37.58 33.93 15.88 -
YUV 157.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 206 144 97 0 0.30 0.53 0.19 25.87 0.53 0.59
Hex CE 90 61 0 1E 35 13 1A 35 3B
Octal 316 220 141 0 36 65 23 32 65 73
Binary 11001110 10010000 1100001 0 11110 110101 10011 11010 110101 111011

Color Harmonies of #CE9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9061

Black with #CE9061

Text Example


Text Example

White with #CE9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9061; }

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

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

background-color css

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

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

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

border-color css

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

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

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