Html Css Color HEX #CE9373 Feldspar

📋 copy color: '#CE9373'

red 206 ◦ green 147 ◦ blue 115

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

Shades of Feldspar #CE9373

Tints of Feldspar #CE9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

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

R = 44.02%
G = 31.41%
B = 24.57%

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

#CE9373 (or 0xCE9373) is known color: Feldspar. HEX triplet: CE, 93 and 73. RGB value is (206,147,115). Sum of RGB (Red+Green+Blue) = 206+147+115=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9373 is #316C8C. Grayscale: #A1A1A1. Windows color (decimal): -3239053 or 7574478. OLE color: 7574478.

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

Color convert

RGB 206 147 115 -
CMYK 0 0.29 0.44 0.19
HSL 21.1º 0.48% 0.63% -
HSV(B) 21.1º 0.44% 0.81% -
XYZ 38.98 35.23 20.96 -
YUV 160.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 206 147 115 0 0.29 0.44 0.19 21.1 0.48 0.63
Hex CE 93 73 0 1D 2C 13 15 30 3F
Octal 316 223 163 0 35 54 23 25 60 77
Binary 11001110 10010011 1110011 0 11101 101100 10011 10101 110000 111111

Color Harmonies of #CE9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9373

Black with #CE9373

Text Example


Text Example

White with #CE9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9373; }

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

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

background-color css

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

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

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

border-color css

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

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

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