Html Css Color HEX #CE9665 Whiskey

📋 copy color: '#CE9665'

red 206 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #CE9665

Tints of Whiskey #CE9665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.82%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 45.08%
G = 32.82%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9665 (or 0xCE9665) is known color: Whiskey. HEX triplet: CE, 96 and 65. RGB value is (206,150,101). Sum of RGB (Red+Green+Blue) = 206+150+101=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9665 is #31699A. Grayscale: #A1A1A1. Windows color (decimal): -3238299 or 6657742. OLE color: 6657742.

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

Color convert

RGB 206 150 101 -
CMYK 0 0.27 0.51 0.19
HSL 28º 0.52% 0.6% -
HSV(B) 28º 0.51% 0.81% -
XYZ 38.71 35.87 17.2 -
YUV 161.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 206 150 101 0 0.27 0.51 0.19 28 0.52 0.6
Hex CE 96 65 0 1B 33 13 1C 34 3C
Octal 316 226 145 0 33 63 23 34 64 74
Binary 11001110 10010110 1100101 0 11011 110011 10011 11100 110100 111100

Color Harmonies of #CE9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9665

Black with #CE9665

Text Example


Text Example

White with #CE9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9665; }

 p { color: rgb(206,150,101); }

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

background-color css

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

 a { background-color: rgb(206,150,101); }

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

border-color css

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

 span { border-color: rgb(206,150,101); }

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