Html Css Color HEX #CE9166 Whiskey

📋 copy color: '#CE9166'

red 206 ◦ green 145 ◦ blue 102

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

Shades of Whiskey #CE9166

Tints of Whiskey #CE9166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.01%

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

R = 45.47%
G = 32.01%
B = 22.52%

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

#CE9166 (or 0xCE9166) is known color: Whiskey. HEX triplet: CE, 91 and 66. RGB value is (206,145,102). Sum of RGB (Red+Green+Blue) = 206+145+102=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9166 is #316E99. Grayscale: #9E9E9E. Windows color (decimal): -3239578 or 6721998. OLE color: 6721998.

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

Color convert

RGB 206 145 102 -
CMYK 0 0.30 0.50 0.19
HSL 24.81º 0.51% 0.6% -
HSV(B) 24.81º 0.5% 0.81% -
XYZ 37.98 34.33 17.2 -
YUV 158.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 206 145 102 0 0.30 0.50 0.19 24.81 0.51 0.6
Hex CE 91 66 0 1E 32 13 19 33 3C
Octal 316 221 146 0 36 62 23 31 63 74
Binary 11001110 10010001 1100110 0 11110 110010 10011 11001 110011 111100

Color Harmonies of #CE9166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9166

Black with #CE9166

Text Example


Text Example

White with #CE9166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9166; }

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

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

background-color css

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

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

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

border-color css

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

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

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