Html Css Color HEX #CE9964 Whiskey

📋 copy color: '#CE9964'

red 206 ◦ green 153 ◦ blue 100

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

Shades of Whiskey #CE9964

Tints of Whiskey #CE9964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 44.88%
G = 33.33%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9964 (or 0xCE9964) is known color: Whiskey. HEX triplet: CE, 99 and 64. RGB value is (206,153,100). Sum of RGB (Red+Green+Blue) = 206+153+100=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9964 is #31669B. Grayscale: #A3A3A3. Windows color (decimal): -3237532 or 6592974. OLE color: 6592974.

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

Color convert

RGB 206 153 100 -
CMYK 0 0.26 0.51 0.19
HSL 30º 0.52% 0.6% -
HSV(B) 30º 0.51% 0.81% -
XYZ 39.15 36.82 17.1 -
YUV 162.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 206 153 100 0 0.26 0.51 0.19 30 0.52 0.6
Hex CE 99 64 0 1A 33 13 1E 34 3C
Octal 316 231 144 0 32 63 23 36 64 74
Binary 11001110 10011001 1100100 0 11010 110011 10011 11110 110100 111100

Color Harmonies of #CE9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9964

Black with #CE9964

Text Example


Text Example

White with #CE9964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9964; }

 p { color: rgb(206,153,100); }

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

background-color css

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

 a { background-color: rgb(206,153,100); }

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

border-color css

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

 span { border-color: rgb(206,153,100); }

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