Html Css Color HEX #CE9063 Whiskey

📋 copy color: '#CE9063'

red 206 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #CE9063

Tints of Whiskey #CE9063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 45.88%
G = 32.07%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE9063 (or 0xCE9063) is known color: Whiskey. HEX triplet: CE, 90 and 63. RGB value is (206,144,99). Sum of RGB (Red+Green+Blue) = 206+144+99=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9063 is #316F9C. Grayscale: #9D9D9D. Windows color (decimal): -3239837 or 6525134. OLE color: 6525134.

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

Color convert

RGB 206 144 99 -
CMYK 0 0.30 0.52 0.19
HSL 25.23º 0.52% 0.6% -
HSV(B) 25.23º 0.52% 0.81% -
XYZ 37.68 33.97 16.38 -
YUV 157.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 206 144 99 0 0.30 0.52 0.19 25.23 0.52 0.6
Hex CE 90 63 0 1E 34 13 19 34 3C
Octal 316 220 143 0 36 64 23 31 64 74
Binary 11001110 10010000 1100011 0 11110 110100 10011 11001 110100 111100

Color Harmonies of #CE9063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9063

Black with #CE9063

Text Example


Text Example

White with #CE9063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9063; }

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

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

background-color css

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

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

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

border-color css

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

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

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