Html Css Color HEX #CE9360 Whiskey

📋 copy color: '#CE9360'

red 206 ◦ green 147 ◦ blue 96

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

Shades of Whiskey #CE9360

Tints of Whiskey #CE9360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 45.88%
G = 32.74%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE9360 (or 0xCE9360) is known color: Whiskey. HEX triplet: CE, 93 and 60. RGB value is (206,147,96). Sum of RGB (Red+Green+Blue) = 206+147+96=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9360 is #316C9F. Grayscale: #9F9F9F. Windows color (decimal): -3239072 or 6329294. OLE color: 6329294.

HSL color Cylindrical-coordinate representation of color #CE9360: hue angle of 27.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE9360 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 96 -
CMYK 0 0.29 0.53 0.19
HSL 27.82º 0.53% 0.59% -
HSV(B) 27.82º 0.53% 0.81% -
XYZ 38 34.83 15.79 -
YUV 158.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 206 147 96 0 0.29 0.53 0.19 27.82 0.53 0.59
Hex CE 93 60 0 1D 35 13 1C 35 3B
Octal 316 223 140 0 35 65 23 34 65 73
Binary 11001110 10010011 1100000 0 11101 110101 10011 11100 110101 111011

Color Harmonies of #CE9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9360

Black with #CE9360

Text Example


Text Example

White with #CE9360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9360; }

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

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

background-color css

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

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

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

border-color css

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

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

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