Html Css Color HEX #CE9364 Whiskey

📋 copy color: '#CE9364'

red 206 ◦ green 147 ◦ blue 100

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

Shades of Whiskey #CE9364

Tints of Whiskey #CE9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

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

R = 45.47%
G = 32.45%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9364 (or 0xCE9364) is known color: Whiskey. HEX triplet: CE, 93 and 64. RGB value is (206,147,100). Sum of RGB (Red+Green+Blue) = 206+147+100=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9364 is #316C9B. Grayscale: #9F9F9F. Windows color (decimal): -3239068 or 6591438. OLE color: 6591438.

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

Color convert

RGB 206 147 100 -
CMYK 0 0.29 0.51 0.19
HSL 26.6º 0.52% 0.6% -
HSV(B) 26.6º 0.51% 0.81% -
XYZ 38.19 34.91 16.78 -
YUV 159.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 206 147 100 0 0.29 0.51 0.19 26.6 0.52 0.6
Hex CE 93 64 0 1D 33 13 1B 34 3C
Octal 316 223 144 0 35 63 23 33 64 74
Binary 11001110 10010011 1100100 0 11101 110011 10011 11011 110100 111100

Color Harmonies of #CE9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9364

Black with #CE9364

Text Example


Text Example

White with #CE9364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9364; }

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

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

background-color css

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

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

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

border-color css

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

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

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