Html Css Color HEX #CE9179 Feldspar

📋 copy color: '#CE9179'

red 206 ◦ green 145 ◦ blue 121

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

Shades of Feldspar #CE9179

Tints of Feldspar #CE9179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 43.64%
G = 30.72%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9179 (or 0xCE9179) is known color: Feldspar. HEX triplet: CE, 91 and 79. RGB value is (206,145,121). Sum of RGB (Red+Green+Blue) = 206+145+121=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9179 is #316E86. Grayscale: #A0A0A0. Windows color (decimal): -3239559 or 7967182. OLE color: 7967182.

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

Color convert

RGB 206 145 121 -
CMYK 0 0.30 0.41 0.19
HSL 16.94º 0.46% 0.64% -
HSV(B) 16.94º 0.41% 0.81% -
XYZ 39.03 34.75 22.74 -
YUV 160.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 206 145 121 0 0.30 0.41 0.19 16.94 0.46 0.64
Hex CE 91 79 0 1E 29 13 11 2E 40
Octal 316 221 171 0 36 51 23 21 56 100
Binary 11001110 10010001 1111001 0 11110 101001 10011 10001 101110 1000000

Color Harmonies of #CE9179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9179

Black with #CE9179

Text Example


Text Example

White with #CE9179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9179; }

 p { color: rgb(206,145,121); }

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

background-color css

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

 a { background-color: rgb(206,145,121); }

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

border-color css

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

 span { border-color: rgb(206,145,121); }

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