Html Css Color HEX #CE8D6B Whiskey

📋 copy color: '#CE8D6B'

red 206 ◦ green 141 ◦ blue 107

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

Shades of Whiskey #CE8D6B

Tints of Whiskey #CE8D6B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 107 (42.19% from 255) = 23.57%

R = 45.37%
G = 31.06%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE8D6B (or 0xCE8D6B) is known color: Whiskey. HEX triplet: CE, 8D and 6B. RGB value is (206,141,107). Sum of RGB (Red+Green+Blue) = 206+141+107=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D6B is #317294. Grayscale: #9C9C9C. Windows color (decimal): -3240597 or 7048654. OLE color: 7048654.

HSL color Cylindrical-coordinate representation of color #CE8D6B: hue angle of 20.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE8D6B is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 107 -
CMYK 0 0.32 0.48 0.19
HSL 20.61º 0.5% 0.61% -
HSV(B) 20.61º 0.48% 0.81% -
XYZ 37.63 33.23 18.34 -
YUV 156.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 206 141 107 0 0.32 0.48 0.19 20.61 0.5 0.61
Hex CE 8D 6B 0 20 30 13 15 32 3D
Octal 316 215 153 0 40 60 23 25 62 75
Binary 11001110 10001101 1101011 0 100000 110000 10011 10101 110010 111101

Color Harmonies of #CE8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D6B

Black with #CE8D6B

Text Example


Text Example

White with #CE8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D6B; }

 p { color: rgb(206,141,107); }

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

background-color css

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

 a { background-color: rgb(206,141,107); }

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

border-color css

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

 span { border-color: rgb(206,141,107); }

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