Html Css Color HEX #CE8E6E Feldspar

📋 copy color: '#CE8E6E'

red 206 ◦ green 142 ◦ blue 110

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

Shades of Feldspar #CE8E6E

Tints of Feldspar #CE8E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.02%

R = 44.98%
G = 31%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE8E6E (or 0xCE8E6E) is known color: Feldspar. HEX triplet: CE, 8E and 6E. RGB value is (206,142,110). Sum of RGB (Red+Green+Blue) = 206+142+110=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E6E is #317191. Grayscale: #9D9D9D. Windows color (decimal): -3240338 or 7245518. OLE color: 7245518.

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

Color convert

RGB 206 142 110 -
CMYK 0 0.31 0.47 0.19
HSL 20º 0.49% 0.62% -
HSV(B) 20º 0.47% 0.81% -
XYZ 37.94 33.59 19.24 -
YUV 157.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 206 142 110 0 0.31 0.47 0.19 20 0.49 0.62
Hex CE 8E 6E 0 1F 2F 13 14 31 3E
Octal 316 216 156 0 37 57 23 24 61 76
Binary 11001110 10001110 1101110 0 11111 101111 10011 10100 110001 111110

Color Harmonies of #CE8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8E6E

Black with #CE8E6E

Text Example


Text Example

White with #CE8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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