Html Css Color HEX #CE8D75 Feldspar

📋 copy color: '#CE8D75'

red 206 ◦ green 141 ◦ blue 117

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

Shades of Feldspar #CE8D75

Tints of Feldspar #CE8D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 44.4%
G = 30.39%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8D75 (or 0xCE8D75) is known color: Feldspar. HEX triplet: CE, 8D and 75. RGB value is (206,141,117). Sum of RGB (Red+Green+Blue) = 206+141+117=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D75 is #31728A. Grayscale: #9D9D9D. Windows color (decimal): -3240587 or 7704014. OLE color: 7704014.

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

Color convert

RGB 206 141 117 -
CMYK 0 0.32 0.43 0.19
HSL 16.18º 0.48% 0.63% -
HSV(B) 16.18º 0.43% 0.81% -
XYZ 38.19 33.46 21.27 -
YUV 157.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 206 141 117 0 0.32 0.43 0.19 16.18 0.48 0.63
Hex CE 8D 75 0 20 2B 13 10 30 3F
Octal 316 215 165 0 40 53 23 20 60 77
Binary 11001110 10001101 1110101 0 100000 101011 10011 10000 110000 111111

Color Harmonies of #CE8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D75

Black with #CE8D75

Text Example


Text Example

White with #CE8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D75; }

 p { color: rgb(206,141,117); }

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

background-color css

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

 a { background-color: rgb(206,141,117); }

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

border-color css

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

 span { border-color: rgb(206,141,117); }

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