Html Css Color HEX #CE8F6A Whiskey

📋 copy color: '#CE8F6A'

red 206 ◦ green 143 ◦ blue 106

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

Shades of Whiskey #CE8F6A

Tints of Whiskey #CE8F6A

RGB

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

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

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

R = 45.27%
G = 31.43%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE8F6A (or 0xCE8F6A) is known color: Whiskey. HEX triplet: CE, 8F and 6A. RGB value is (206,143,106). Sum of RGB (Red+Green+Blue) = 206+143+106=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F6A is #317095. Grayscale: #9D9D9D. Windows color (decimal): -3240086 or 6983630. OLE color: 6983630.

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

Color convert

RGB 206 143 106 -
CMYK 0 0.31 0.49 0.19
HSL 22.2º 0.51% 0.61% -
HSV(B) 22.2º 0.49% 0.81% -
XYZ 37.88 33.81 18.16 -
YUV 157.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 206 143 106 0 0.31 0.49 0.19 22.2 0.51 0.61
Hex CE 8F 6A 0 1F 31 13 16 33 3D
Octal 316 217 152 0 37 61 23 26 63 75
Binary 11001110 10001111 1101010 0 11111 110001 10011 10110 110011 111101

Color Harmonies of #CE8F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F6A

Black with #CE8F6A

Text Example


Text Example

White with #CE8F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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