Html Css Color HEX #CE9370 Feldspar

📋 copy color: '#CE9370'

red 206 ◦ green 147 ◦ blue 112

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

Shades of Feldspar #CE9370

Tints of Feldspar #CE9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 44.3%
G = 31.61%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE9370 (or 0xCE9370) is known color: Feldspar. HEX triplet: CE, 93 and 70. RGB value is (206,147,112). Sum of RGB (Red+Green+Blue) = 206+147+112=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9370 is #316C8F. Grayscale: #A0A0A0. Windows color (decimal): -3239056 or 7377870. OLE color: 7377870.

HSL color Cylindrical-coordinate representation of color #CE9370: hue angle of 22.34º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE9370 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 112 -
CMYK 0 0.29 0.46 0.19
HSL 22.34º 0.49% 0.62% -
HSV(B) 22.34º 0.46% 0.81% -
XYZ 38.81 35.16 20.07 -
YUV 160.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 206 147 112 0 0.29 0.46 0.19 22.34 0.49 0.62
Hex CE 93 70 0 1D 2E 13 16 31 3E
Octal 316 223 160 0 35 56 23 26 61 76
Binary 11001110 10010011 1110000 0 11101 101110 10011 10110 110001 111110

Color Harmonies of #CE9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9370

Black with #CE9370

Text Example


Text Example

White with #CE9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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