Html Css Color HEX #CE9979 Feldspar

📋 copy color: '#CE9979'

red 206 ◦ green 153 ◦ blue 121

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

Shades of Feldspar #CE9979

Tints of Feldspar #CE9979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.88%

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

R = 42.92%
G = 31.88%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE9979 (or 0xCE9979) is known color: Feldspar. HEX triplet: CE, 99 and 79. RGB value is (206,153,121). Sum of RGB (Red+Green+Blue) = 206+153+121=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9979 is #316686. Grayscale: #A5A5A5. Windows color (decimal): -3237511 or 7969230. OLE color: 7969230.

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

Color convert

RGB 206 153 121 -
CMYK 0 0.26 0.41 0.19
HSL 22.59º 0.46% 0.64% -
HSV(B) 22.59º 0.41% 0.81% -
XYZ 40.3 37.28 23.16 -
YUV 165.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 206 153 121 0 0.26 0.41 0.19 22.59 0.46 0.64
Hex CE 99 79 0 1A 29 13 17 2E 40
Octal 316 231 171 0 32 51 23 27 56 100
Binary 11001110 10011001 1111001 0 11010 101001 10011 10111 101110 1000000

Color Harmonies of #CE9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9979

Black with #CE9979

Text Example


Text Example

White with #CE9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9979; }

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

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

background-color css

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

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

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

border-color css

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

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

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