Html Css Color HEX #CE9562 Whiskey

📋 copy color: '#CE9562'

red 206 ◦ green 149 ◦ blue 98

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

Shades of Whiskey #CE9562

Tints of Whiskey #CE9562

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 98 (38.67% from 255) = 21.63%

R = 45.47%
G = 32.89%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE9562 (or 0xCE9562) is known color: Whiskey. HEX triplet: CE, 95 and 62. RGB value is (206,149,98). Sum of RGB (Red+Green+Blue) = 206+149+98=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9562 is #316A9D. Grayscale: #A0A0A0. Windows color (decimal): -3238558 or 6460878. OLE color: 6460878.

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

Color convert

RGB 206 149 98 -
CMYK 0 0.28 0.52 0.19
HSL 28.33º 0.52% 0.6% -
HSV(B) 28.33º 0.52% 0.81% -
XYZ 38.41 35.5 16.38 -
YUV 160.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 206 149 98 0 0.28 0.52 0.19 28.33 0.52 0.6
Hex CE 95 62 0 1C 34 13 1C 34 3C
Octal 316 225 142 0 34 64 23 34 64 74
Binary 11001110 10010101 1100010 0 11100 110100 10011 11100 110100 111100

Color Harmonies of #CE9562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9562

Black with #CE9562

Text Example


Text Example

White with #CE9562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9562; }

 p { color: rgb(206,149,98); }

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

background-color css

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

 a { background-color: rgb(206,149,98); }

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

border-color css

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

 span { border-color: rgb(206,149,98); }

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