Html Css Color HEX #CE9478 Feldspar

📋 copy color: '#CE9478'

red 206 ◦ green 148 ◦ blue 120

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

Shades of Feldspar #CE9478

Tints of Feldspar #CE9478

RGB

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

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

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

R = 43.46%
G = 31.22%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9478 (or 0xCE9478) is known color: Feldspar. HEX triplet: CE, 94 and 78. RGB value is (206,148,120). Sum of RGB (Red+Green+Blue) = 206+148+120=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9478 is #316B87. Grayscale: #A2A2A2. Windows color (decimal): -3238792 or 7902414. OLE color: 7902414.

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

Color convert

RGB 206 148 120 -
CMYK 0 0.28 0.42 0.19
HSL 19.53º 0.47% 0.64% -
HSV(B) 19.53º 0.42% 0.81% -
XYZ 39.43 35.66 22.57 -
YUV 162.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 206 148 120 0 0.28 0.42 0.19 19.53 0.47 0.64
Hex CE 94 78 0 1C 2A 13 14 2F 40
Octal 316 224 170 0 34 52 23 24 57 100
Binary 11001110 10010100 1111000 0 11100 101010 10011 10100 101111 1000000

Color Harmonies of #CE9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9478

Black with #CE9478

Text Example


Text Example

White with #CE9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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