Html Css Color HEX #CE9066 Whiskey

📋 copy color: '#CE9066'

red 206 ◦ green 144 ◦ blue 102

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

Shades of Whiskey #CE9066

Tints of Whiskey #CE9066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 45.58%
G = 31.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9066 (or 0xCE9066) is known color: Whiskey. HEX triplet: CE, 90 and 66. RGB value is (206,144,102). Sum of RGB (Red+Green+Blue) = 206+144+102=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9066 is #316F99. Grayscale: #9D9D9D. Windows color (decimal): -3239834 or 6721742. OLE color: 6721742.

HSL color Cylindrical-coordinate representation of color #CE9066: hue angle of 24.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9066 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 102 -
CMYK 0 0.30 0.50 0.19
HSL 24.23º 0.51% 0.6% -
HSV(B) 24.23º 0.5% 0.81% -
XYZ 37.83 34.03 17.14 -
YUV 157.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 206 144 102 0 0.30 0.50 0.19 24.23 0.51 0.6
Hex CE 90 66 0 1E 32 13 18 33 3C
Octal 316 220 146 0 36 62 23 30 63 74
Binary 11001110 10010000 1100110 0 11110 110010 10011 11000 110011 111100

Color Harmonies of #CE9066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9066

Black with #CE9066

Text Example


Text Example

White with #CE9066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9066; }

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

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

background-color css

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

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

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

border-color css

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

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

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