Html Css Color HEX #CE9468 Whiskey

📋 copy color: '#CE9468'

red 206 ◦ green 148 ◦ blue 104

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

Shades of Whiskey #CE9468

Tints of Whiskey #CE9468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.71%

R = 44.98%
G = 32.31%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9468 (or 0xCE9468) is known color: Whiskey. HEX triplet: CE, 94 and 68. RGB value is (206,148,104). Sum of RGB (Red+Green+Blue) = 206+148+104=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9468 is #316B97. Grayscale: #A0A0A0. Windows color (decimal): -3238808 or 6853838. OLE color: 6853838.

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

Color convert

RGB 206 148 104 -
CMYK 0 0.28 0.50 0.19
HSL 25.88º 0.51% 0.61% -
HSV(B) 25.88º 0.5% 0.81% -
XYZ 38.54 35.3 17.88 -
YUV 160.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 206 148 104 0 0.28 0.50 0.19 25.88 0.51 0.61
Hex CE 94 68 0 1C 32 13 1A 33 3D
Octal 316 224 150 0 34 62 23 32 63 75
Binary 11001110 10010100 1101000 0 11100 110010 10011 11010 110011 111101

Color Harmonies of #CE9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9468

Black with #CE9468

Text Example


Text Example

White with #CE9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9468; }

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

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

background-color css

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

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

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

border-color css

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

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

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