Html Css Color HEX #CE9461 Whiskey

📋 copy color: '#CE9461'

red 206 ◦ green 148 ◦ blue 97

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

Shades of Whiskey #CE9461

Tints of Whiskey #CE9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.82%

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

R = 45.68%
G = 32.82%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9461 (or 0xCE9461) is known color: Whiskey. HEX triplet: CE, 94 and 61. RGB value is (206,148,97). Sum of RGB (Red+Green+Blue) = 206+148+97=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9461 is #316B9E. Grayscale: #9F9F9F. Windows color (decimal): -3238815 or 6395086. OLE color: 6395086.

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

Color convert

RGB 206 148 97 -
CMYK 0 0.28 0.53 0.19
HSL 28.07º 0.53% 0.59% -
HSV(B) 28.07º 0.53% 0.81% -
XYZ 38.2 35.16 16.08 -
YUV 159.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 206 148 97 0 0.28 0.53 0.19 28.07 0.53 0.59
Hex CE 94 61 0 1C 35 13 1C 35 3B
Octal 316 224 141 0 34 65 23 34 65 73
Binary 11001110 10010100 1100001 0 11100 110101 10011 11100 110101 111011

Color Harmonies of #CE9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9461

Black with #CE9461

Text Example


Text Example

White with #CE9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9461; }

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

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

background-color css

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

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

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

border-color css

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

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

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