Html Css Color HEX #CE8874 Feldspar

📋 copy color: '#CE8874'

red 206 ◦ green 136 ◦ blue 116

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

Shades of Feldspar #CE8874

Tints of Feldspar #CE8874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.33%

R = 44.98%
G = 29.69%
B = 25.33%

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

#CE8874 (or 0xCE8874) is known color: Feldspar. HEX triplet: CE, 88 and 74. RGB value is (206,136,116). Sum of RGB (Red+Green+Blue) = 206+136+116=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8874 is #31778B. Grayscale: #9A9A9A. Windows color (decimal): -3241868 or 7637198. OLE color: 7637198.

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

Color convert

RGB 206 136 116 -
CMYK 0 0.34 0.44 0.19
HSL 13.33º 0.48% 0.63% -
HSV(B) 13.33º 0.44% 0.81% -
XYZ 37.41 31.99 20.73 -
YUV 154.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 206 136 116 0 0.34 0.44 0.19 13.33 0.48 0.63
Hex CE 88 74 0 22 2C 13 D 30 3F
Octal 316 210 164 0 42 54 23 15 60 77
Binary 11001110 10001000 1110100 0 100010 101100 10011 1101 110000 111111

Color Harmonies of #CE8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8874

Black with #CE8874

Text Example


Text Example

White with #CE8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8874; }

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

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

background-color css

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

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

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

border-color css

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

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

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