Html Css Color HEX #CE9372 Feldspar

📋 copy color: '#CE9372'

red 206 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #CE9372

Tints of Feldspar #CE9372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 44.11%
G = 31.48%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE9372 (or 0xCE9372) is known color: Feldspar. HEX triplet: CE, 93 and 72. RGB value is (206,147,114). Sum of RGB (Red+Green+Blue) = 206+147+114=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9372 is #316C8D. Grayscale: #A1A1A1. Windows color (decimal): -3239054 or 7508942. OLE color: 7508942.

HSL color Cylindrical-coordinate representation of color #CE9372: hue angle of 21.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE9372 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 114 -
CMYK 0 0.29 0.45 0.19
HSL 21.52º 0.48% 0.63% -
HSV(B) 21.52º 0.45% 0.81% -
XYZ 38.92 35.2 20.66 -
YUV 160.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 206 147 114 0 0.29 0.45 0.19 21.52 0.48 0.63
Hex CE 93 72 0 1D 2D 13 16 30 3F
Octal 316 223 162 0 35 55 23 26 60 77
Binary 11001110 10010011 1110010 0 11101 101101 10011 10110 110000 111111

Color Harmonies of #CE9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9372

Black with #CE9372

Text Example


Text Example

White with #CE9372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9372; }

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

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

background-color css

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

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

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

border-color css

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

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

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