Html Css Color HEX #CE9865 Whiskey

📋 copy color: '#CE9865'

red 206 ◦ green 152 ◦ blue 101

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

Shades of Whiskey #CE9865

Tints of Whiskey #CE9865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.12%

 BLUE value IS 101 (39.84% from 255) = 22%

R = 44.88%
G = 33.12%
B = 22%

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

#CE9865 (or 0xCE9865) is known color: Whiskey. HEX triplet: CE, 98 and 65. RGB value is (206,152,101). Sum of RGB (Red+Green+Blue) = 206+152+101=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9865 is #31679A. Grayscale: #A2A2A2. Windows color (decimal): -3237787 or 6658254. OLE color: 6658254.

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

Color convert

RGB 206 152 101 -
CMYK 0 0.26 0.51 0.19
HSL 29.14º 0.52% 0.6% -
HSV(B) 29.14º 0.51% 0.81% -
XYZ 39.03 36.52 17.3 -
YUV 162.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 206 152 101 0 0.26 0.51 0.19 29.14 0.52 0.6
Hex CE 98 65 0 1A 33 13 1D 34 3C
Octal 316 230 145 0 32 63 23 35 64 74
Binary 11001110 10011000 1100101 0 11010 110011 10011 11101 110100 111100

Color Harmonies of #CE9865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9865

Black with #CE9865

Text Example


Text Example

White with #CE9865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9865; }

 p { color: rgb(206,152,101); }

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

background-color css

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

 a { background-color: rgb(206,152,101); }

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

border-color css

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

 span { border-color: rgb(206,152,101); }

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