Html Css Color HEX #CE9273 Feldspar

📋 copy color: '#CE9273'

red 206 ◦ green 146 ◦ blue 115

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

Shades of Feldspar #CE9273

Tints of Feldspar #CE9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.26%

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

R = 44.11%
G = 31.26%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE9273 (or 0xCE9273) is known color: Feldspar. HEX triplet: CE, 92 and 73. RGB value is (206,146,115). Sum of RGB (Red+Green+Blue) = 206+146+115=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9273 is #316D8C. Grayscale: #A0A0A0. Windows color (decimal): -3239309 or 7574222. OLE color: 7574222.

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

Color convert

RGB 206 146 115 -
CMYK 0 0.29 0.44 0.19
HSL 20.44º 0.48% 0.63% -
HSV(B) 20.44º 0.44% 0.81% -
XYZ 38.83 34.92 20.91 -
YUV 160.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 206 146 115 0 0.29 0.44 0.19 20.44 0.48 0.63
Hex CE 92 73 0 1D 2C 13 14 30 3F
Octal 316 222 163 0 35 54 23 24 60 77
Binary 11001110 10010010 1110011 0 11101 101100 10011 10100 110000 111111

Color Harmonies of #CE9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9273

Black with #CE9273

Text Example


Text Example

White with #CE9273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9273; }

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

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

background-color css

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

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

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

border-color css

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

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

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