Html Css Color HEX #CE9078 Feldspar

📋 copy color: '#CE9078'

red 206 ◦ green 144 ◦ blue 120

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

Shades of Feldspar #CE9078

Tints of Feldspar #CE9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

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

R = 43.83%
G = 30.64%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9078 (or 0xCE9078) is known color: Feldspar. HEX triplet: CE, 90 and 78. RGB value is (206,144,120). Sum of RGB (Red+Green+Blue) = 206+144+120=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9078 is #316F87. Grayscale: #9F9F9F. Windows color (decimal): -3239816 or 7901390. OLE color: 7901390.

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

Color convert

RGB 206 144 120 -
CMYK 0 0.30 0.42 0.19
HSL 16.74º 0.47% 0.64% -
HSV(B) 16.74º 0.42% 0.81% -
XYZ 38.82 34.42 22.37 -
YUV 159.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 206 144 120 0 0.30 0.42 0.19 16.74 0.47 0.64
Hex CE 90 78 0 1E 2A 13 11 2F 40
Octal 316 220 170 0 36 52 23 21 57 100
Binary 11001110 10010000 1111000 0 11110 101010 10011 10001 101111 1000000

Color Harmonies of #CE9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9078

Black with #CE9078

Text Example


Text Example

White with #CE9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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