Html Css Color HEX #CE8F6B Whiskey

📋 copy color: '#CE8F6B'

red 206 ◦ green 143 ◦ blue 107

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

Shades of Whiskey #CE8F6B

Tints of Whiskey #CE8F6B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

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

R = 45.18%
G = 31.36%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE8F6B (or 0xCE8F6B) is known color: Whiskey. HEX triplet: CE, 8F and 6B. RGB value is (206,143,107). Sum of RGB (Red+Green+Blue) = 206+143+107=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6B is #317094. Grayscale: #9D9D9D. Windows color (decimal): -3240085 or 7049166. OLE color: 7049166.

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

Color convert

RGB 206 143 107 -
CMYK 0 0.31 0.48 0.19
HSL 21.82º 0.5% 0.61% -
HSV(B) 21.82º 0.48% 0.81% -
XYZ 37.93 33.83 18.44 -
YUV 157.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 206 143 107 0 0.31 0.48 0.19 21.82 0.5 0.61
Hex CE 8F 6B 0 1F 30 13 16 32 3D
Octal 316 217 153 0 37 60 23 26 62 75
Binary 11001110 10001111 1101011 0 11111 110000 10011 10110 110010 111101

Color Harmonies of #CE8F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F6B

Black with #CE8F6B

Text Example


Text Example

White with #CE8F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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