Html Css Color HEX #CE9465 Whiskey

📋 copy color: '#CE9465'

red 206 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #CE9465

Tints of Whiskey #CE9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

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

R = 45.27%
G = 32.53%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9465 (or 0xCE9465) is known color: Whiskey. HEX triplet: CE, 94 and 65. RGB value is (206,148,101). Sum of RGB (Red+Green+Blue) = 206+148+101=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9465 is #316B9A. Grayscale: #A0A0A0. Windows color (decimal): -3238811 or 6657230. OLE color: 6657230.

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

Color convert

RGB 206 148 101 -
CMYK 0 0.28 0.51 0.19
HSL 26.86º 0.52% 0.6% -
HSV(B) 26.86º 0.51% 0.81% -
XYZ 38.39 35.24 17.09 -
YUV 159.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 206 148 101 0 0.28 0.51 0.19 26.86 0.52 0.6
Hex CE 94 65 0 1C 33 13 1B 34 3C
Octal 316 224 145 0 34 63 23 33 64 74
Binary 11001110 10010100 1100101 0 11100 110011 10011 11011 110100 111100

Color Harmonies of #CE9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9465

Black with #CE9465

Text Example


Text Example

White with #CE9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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