Html Css Color HEX #CE9872 Feldspar

📋 copy color: '#CE9872'

red 206 ◦ green 152 ◦ blue 114

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

Shades of Feldspar #CE9872

Tints of Feldspar #CE9872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.2%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 43.64%
G = 32.2%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE9872 (or 0xCE9872) is known color: Feldspar. HEX triplet: CE, 98 and 72. RGB value is (206,152,114). Sum of RGB (Red+Green+Blue) = 206+152+114=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9872 is #31678D. Grayscale: #A4A4A4. Windows color (decimal): -3237774 or 7510222. OLE color: 7510222.

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

Color convert

RGB 206 152 114 -
CMYK 0 0.26 0.45 0.19
HSL 24.78º 0.48% 0.63% -
HSV(B) 24.78º 0.45% 0.81% -
XYZ 39.72 36.79 20.93 -
YUV 163.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 206 152 114 0 0.26 0.45 0.19 24.78 0.48 0.63
Hex CE 98 72 0 1A 2D 13 19 30 3F
Octal 316 230 162 0 32 55 23 31 60 77
Binary 11001110 10011000 1110010 0 11010 101101 10011 11001 110000 111111

Color Harmonies of #CE9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9872

Black with #CE9872

Text Example


Text Example

White with #CE9872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9872; }

 p { color: rgb(206,152,114); }

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

background-color css

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

 a { background-color: rgb(206,152,114); }

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

border-color css

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

 span { border-color: rgb(206,152,114); }

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