Html Css Color HEX #CE9475 Feldspar

📋 copy color: '#CE9475'

red 206 ◦ green 148 ◦ blue 117

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

Shades of Feldspar #CE9475

Tints of Feldspar #CE9475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 43.74%
G = 31.42%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE9475 (or 0xCE9475) is known color: Feldspar. HEX triplet: CE, 94 and 75. RGB value is (206,148,117). Sum of RGB (Red+Green+Blue) = 206+148+117=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9475 is #316B8A. Grayscale: #A1A1A1. Windows color (decimal): -3238795 or 7705806. OLE color: 7705806.

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

Color convert

RGB 206 148 117 -
CMYK 0 0.28 0.43 0.19
HSL 20.9º 0.48% 0.63% -
HSV(B) 20.9º 0.43% 0.81% -
XYZ 39.25 35.59 21.63 -
YUV 161.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 206 148 117 0 0.28 0.43 0.19 20.9 0.48 0.63
Hex CE 94 75 0 1C 2B 13 15 30 3F
Octal 316 224 165 0 34 53 23 25 60 77
Binary 11001110 10010100 1110101 0 11100 101011 10011 10101 110000 111111

Color Harmonies of #CE9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9475

Black with #CE9475

Text Example


Text Example

White with #CE9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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