Html Css Color HEX #CE9A64 Whiskey

📋 copy color: '#CE9A64'

red 206 ◦ green 154 ◦ blue 100

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

Shades of Whiskey #CE9A64

Tints of Whiskey #CE9A64

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.48%

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

R = 44.78%
G = 33.48%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9A64 (or 0xCE9A64) is known color: Whiskey. HEX triplet: CE, 9A and 64. RGB value is (206,154,100). Sum of RGB (Red+Green+Blue) = 206+154+100=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A64 is #31659B. Grayscale: #A3A3A3. Windows color (decimal): -3237276 or 6593230. OLE color: 6593230.

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

Color convert

RGB 206 154 100 -
CMYK 0 0.25 0.51 0.19
HSL 30.57º 0.52% 0.6% -
HSV(B) 30.57º 0.51% 0.81% -
XYZ 39.31 37.15 17.16 -
YUV 163.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 206 154 100 0 0.25 0.51 0.19 30.57 0.52 0.6
Hex CE 9A 64 0 19 33 13 1F 34 3C
Octal 316 232 144 0 31 63 23 37 64 74
Binary 11001110 10011010 1100100 0 11001 110011 10011 11111 110100 111100

Color Harmonies of #CE9A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A64

Black with #CE9A64

Text Example


Text Example

White with #CE9A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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