Html Css Color HEX #CE8E6C Feldspar

📋 copy color: '#CE8E6C'

red 206 ◦ green 142 ◦ blue 108

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

Shades of Feldspar #CE8E6C

Tints of Feldspar #CE8E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.14%

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 45.18%
G = 31.14%
B = 23.68%

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

#CE8E6C (or 0xCE8E6C) is known color: Feldspar. HEX triplet: CE, 8E and 6C. RGB value is (206,142,108). Sum of RGB (Red+Green+Blue) = 206+142+108=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E6C is #317193. Grayscale: #9D9D9D. Windows color (decimal): -3240340 or 7114446. OLE color: 7114446.

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

Color convert

RGB 206 142 108 -
CMYK 0 0.31 0.48 0.19
HSL 20.82º 0.5% 0.62% -
HSV(B) 20.82º 0.48% 0.81% -
XYZ 37.83 33.55 18.67 -
YUV 157.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 206 142 108 0 0.31 0.48 0.19 20.82 0.5 0.62
Hex CE 8E 6C 0 1F 30 13 15 32 3E
Octal 316 216 154 0 37 60 23 25 62 76
Binary 11001110 10001110 1101100 0 11111 110000 10011 10101 110010 111110

Color Harmonies of #CE8E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E6C

Black with #CE8E6C

Text Example


Text Example

White with #CE8E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E6C; }

 p { color: rgb(206,142,108); }

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

background-color css

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

 a { background-color: rgb(206,142,108); }

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

border-color css

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

 span { border-color: rgb(206,142,108); }

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