Html Css Color HEX #CE9978 Feldspar

📋 copy color: '#CE9978'

red 206 ◦ green 153 ◦ blue 120

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

Shades of Feldspar #CE9978

Tints of Feldspar #CE9978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 43.01%
G = 31.94%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9978 (or 0xCE9978) is known color: Feldspar. HEX triplet: CE, 99 and 78. RGB value is (206,153,120). Sum of RGB (Red+Green+Blue) = 206+153+120=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9978 is #316687. Grayscale: #A5A5A5. Windows color (decimal): -3237512 or 7903694. OLE color: 7903694.

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

Color convert

RGB 206 153 120 -
CMYK 0 0.26 0.42 0.19
HSL 23.02º 0.47% 0.64% -
HSV(B) 23.02º 0.42% 0.81% -
XYZ 40.24 37.26 22.84 -
YUV 165.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 206 153 120 0 0.26 0.42 0.19 23.02 0.47 0.64
Hex CE 99 78 0 1A 2A 13 17 2F 40
Octal 316 231 170 0 32 52 23 27 57 100
Binary 11001110 10011001 1111000 0 11010 101010 10011 10111 101111 1000000

Color Harmonies of #CE9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9978

Black with #CE9978

Text Example


Text Example

White with #CE9978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9978; }

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

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

background-color css

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

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

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

border-color css

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

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

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