Html Css Color HEX #CE8C6A Whiskey

📋 copy color: '#CE8C6A'

red 206 ◦ green 140 ◦ blue 106

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

Shades of Whiskey #CE8C6A

Tints of Whiskey #CE8C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 106 (41.8% from 255) = 23.45%

R = 45.58%
G = 30.97%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE8C6A (or 0xCE8C6A) is known color: Whiskey. HEX triplet: CE, 8C and 6A. RGB value is (206,140,106). Sum of RGB (Red+Green+Blue) = 206+140+106=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C6A is #317395. Grayscale: #9C9C9C. Windows color (decimal): -3240854 or 6982862. OLE color: 6982862.

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

Color convert

RGB 206 140 106 -
CMYK 0 0.32 0.49 0.19
HSL 20.4º 0.51% 0.61% -
HSV(B) 20.4º 0.49% 0.81% -
XYZ 37.43 32.92 18.02 -
YUV 155.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 206 140 106 0 0.32 0.49 0.19 20.4 0.51 0.61
Hex CE 8C 6A 0 20 31 13 14 33 3D
Octal 316 214 152 0 40 61 23 24 63 75
Binary 11001110 10001100 1101010 0 100000 110001 10011 10100 110011 111101

Color Harmonies of #CE8C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C6A

Black with #CE8C6A

Text Example


Text Example

White with #CE8C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C6A; }

 p { color: rgb(206,140,106); }

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

background-color css

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

 a { background-color: rgb(206,140,106); }

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

border-color css

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

 span { border-color: rgb(206,140,106); }

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