Html Css Color HEX #CE9377 Feldspar

📋 copy color: '#CE9377'

red 206 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #CE9377

Tints of Feldspar #CE9377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 43.64%
G = 31.14%
B = 25.21%

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

#CE9377 (or 0xCE9377) is known color: Feldspar. HEX triplet: CE, 93 and 77. RGB value is (206,147,119). Sum of RGB (Red+Green+Blue) = 206+147+119=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9377 is #316C88. Grayscale: #A1A1A1. Windows color (decimal): -3239049 or 7836622. OLE color: 7836622.

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

Color convert

RGB 206 147 119 -
CMYK 0 0.29 0.42 0.19
HSL 19.31º 0.47% 0.64% -
HSV(B) 19.31º 0.42% 0.81% -
XYZ 39.22 35.32 22.2 -
YUV 161.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 206 147 119 0 0.29 0.42 0.19 19.31 0.47 0.64
Hex CE 93 77 0 1D 2A 13 13 2F 40
Octal 316 223 167 0 35 52 23 23 57 100
Binary 11001110 10010011 1110111 0 11101 101010 10011 10011 101111 1000000

Color Harmonies of #CE9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9377

Black with #CE9377

Text Example


Text Example

White with #CE9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9377; }

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

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

background-color css

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

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

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

border-color css

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

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

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