Html Css Color HEX #CE9472 Feldspar

📋 copy color: '#CE9472'

red 206 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #CE9472

Tints of Feldspar #CE9472

RGB

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

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

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

R = 44.02%
G = 31.62%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE9472 (or 0xCE9472) is known color: Feldspar. HEX triplet: CE, 94 and 72. RGB value is (206,148,114). Sum of RGB (Red+Green+Blue) = 206+148+114=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9472 is #316B8D. Grayscale: #A1A1A1. Windows color (decimal): -3238798 or 7509198. OLE color: 7509198.

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

Color convert

RGB 206 148 114 -
CMYK 0 0.28 0.45 0.19
HSL 22.17º 0.48% 0.63% -
HSV(B) 22.17º 0.45% 0.81% -
XYZ 39.08 35.52 20.72 -
YUV 161.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 206 148 114 0 0.28 0.45 0.19 22.17 0.48 0.63
Hex CE 94 72 0 1C 2D 13 16 30 3F
Octal 316 224 162 0 34 55 23 26 60 77
Binary 11001110 10010100 1110010 0 11100 101101 10011 10110 110000 111111

Color Harmonies of #CE9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9472

Black with #CE9472

Text Example


Text Example

White with #CE9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9472; }

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

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

background-color css

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

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

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

border-color css

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

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

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