Html Css Color HEX #CE9866 Whiskey

📋 copy color: '#CE9866'

red 206 ◦ green 152 ◦ blue 102

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

Shades of Whiskey #CE9866

Tints of Whiskey #CE9866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 44.78%
G = 33.04%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9866 (or 0xCE9866) is known color: Whiskey. HEX triplet: CE, 98 and 66. RGB value is (206,152,102). Sum of RGB (Red+Green+Blue) = 206+152+102=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9866 is #316799. Grayscale: #A2A2A2. Windows color (decimal): -3237786 or 6723790. OLE color: 6723790.

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

Color convert

RGB 206 152 102 -
CMYK 0 0.26 0.50 0.19
HSL 28.85º 0.51% 0.6% -
HSV(B) 28.85º 0.5% 0.81% -
XYZ 39.08 36.54 17.56 -
YUV 162.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 206 152 102 0 0.26 0.50 0.19 28.85 0.51 0.6
Hex CE 98 66 0 1A 32 13 1D 33 3C
Octal 316 230 146 0 32 62 23 35 63 74
Binary 11001110 10011000 1100110 0 11010 110010 10011 11101 110011 111100

Color Harmonies of #CE9866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9866

Black with #CE9866

Text Example


Text Example

White with #CE9866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9866; }

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

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

background-color css

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

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

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

border-color css

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

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

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