Html Css Color HEX #CE9378 Feldspar

📋 copy color: '#CE9378'

red 206 ◦ green 147 ◦ blue 120

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

Shades of Feldspar #CE9378

Tints of Feldspar #CE9378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

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

R = 43.55%
G = 31.08%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE9378 (or 0xCE9378) is known color: Feldspar. HEX triplet: CE, 93 and 78. RGB value is (206,147,120). Sum of RGB (Red+Green+Blue) = 206+147+120=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9378 is #316C87. Grayscale: #A1A1A1. Windows color (decimal): -3239048 or 7902158. OLE color: 7902158.

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

Color convert

RGB 206 147 120 -
CMYK 0 0.29 0.42 0.19
HSL 18.84º 0.47% 0.64% -
HSV(B) 18.84º 0.42% 0.81% -
XYZ 39.28 35.35 22.52 -
YUV 161.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 206 147 120 0 0.29 0.42 0.19 18.84 0.47 0.64
Hex CE 93 78 0 1D 2A 13 13 2F 40
Octal 316 223 170 0 35 52 23 23 57 100
Binary 11001110 10010011 1111000 0 11101 101010 10011 10011 101111 1000000

Color Harmonies of #CE9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9378

Black with #CE9378

Text Example


Text Example

White with #CE9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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