Html Css Color HEX #CE8873 Feldspar

📋 copy color: '#CE8873'

red 206 ◦ green 136 ◦ blue 115

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

Shades of Feldspar #CE8873

Tints of Feldspar #CE8873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 45.08%
G = 29.76%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8873 (or 0xCE8873) is known color: Feldspar. HEX triplet: CE, 88 and 73. RGB value is (206,136,115). Sum of RGB (Red+Green+Blue) = 206+136+115=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8873 is #31778C. Grayscale: #9A9A9A. Windows color (decimal): -3241869 or 7571662. OLE color: 7571662.

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

Color convert

RGB 206 136 115 -
CMYK 0 0.34 0.44 0.19
HSL 13.85º 0.48% 0.63% -
HSV(B) 13.85º 0.44% 0.81% -
XYZ 37.35 31.97 20.42 -
YUV 154.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 206 136 115 0 0.34 0.44 0.19 13.85 0.48 0.63
Hex CE 88 73 0 22 2C 13 E 30 3F
Octal 316 210 163 0 42 54 23 16 60 77
Binary 11001110 10001000 1110011 0 100010 101100 10011 1110 110000 111111

Color Harmonies of #CE8873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8873

Black with #CE8873

Text Example


Text Example

White with #CE8873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8873; }

 p { color: rgb(206,136,115); }

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

background-color css

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

 a { background-color: rgb(206,136,115); }

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

border-color css

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

 span { border-color: rgb(206,136,115); }

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