Html Css Color HEX #CE9470 Feldspar

📋 copy color: '#CE9470'

red 206 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #CE9470

Tints of Feldspar #CE9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

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

R = 44.21%
G = 31.76%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE9470 (or 0xCE9470) is known color: Feldspar. HEX triplet: CE, 94 and 70. RGB value is (206,148,112). Sum of RGB (Red+Green+Blue) = 206+148+112=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9470 is #316B8F. Grayscale: #A1A1A1. Windows color (decimal): -3238800 or 7378126. OLE color: 7378126.

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

Color convert

RGB 206 148 112 -
CMYK 0 0.28 0.46 0.19
HSL 22.98º 0.49% 0.62% -
HSV(B) 22.98º 0.46% 0.81% -
XYZ 38.97 35.47 20.12 -
YUV 161.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 206 148 112 0 0.28 0.46 0.19 22.98 0.49 0.62
Hex CE 94 70 0 1C 2E 13 17 31 3E
Octal 316 224 160 0 34 56 23 27 61 76
Binary 11001110 10010100 1110000 0 11100 101110 10011 10111 110001 111110

Color Harmonies of #CE9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9470

Black with #CE9470

Text Example


Text Example

White with #CE9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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