Html Css Color HEX #CE9561 Whiskey

📋 copy color: '#CE9561'

red 206 ◦ green 149 ◦ blue 97

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

Shades of Whiskey #CE9561

Tints of Whiskey #CE9561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

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

R = 45.58%
G = 32.96%
B = 21.46%

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

#CE9561 (or 0xCE9561) is known color: Whiskey. HEX triplet: CE, 95 and 61. RGB value is (206,149,97). Sum of RGB (Red+Green+Blue) = 206+149+97=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9561 is #316A9E. Grayscale: #A0A0A0. Windows color (decimal): -3238559 or 6395342. OLE color: 6395342.

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

Color convert

RGB 206 149 97 -
CMYK 0 0.28 0.53 0.19
HSL 28.62º 0.53% 0.59% -
HSV(B) 28.62º 0.53% 0.81% -
XYZ 38.36 35.48 16.14 -
YUV 160.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 206 149 97 0 0.28 0.53 0.19 28.62 0.53 0.59
Hex CE 95 61 0 1C 35 13 1D 35 3B
Octal 316 225 141 0 34 65 23 35 65 73
Binary 11001110 10010101 1100001 0 11100 110101 10011 11101 110101 111011

Color Harmonies of #CE9561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9561

Black with #CE9561

Text Example


Text Example

White with #CE9561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9561; }

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

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

background-color css

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

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

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

border-color css

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

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

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