Html Css Color HEX #CE9580 Feldspar

📋 copy color: '#CE9580'

red 206 ◦ green 149 ◦ blue 128

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

Shades of Feldspar #CE9580

Tints of Feldspar #CE9580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 42.65%
G = 30.85%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE9580 (or 0xCE9580) is known color: Feldspar. HEX triplet: CE, 95 and 80. RGB value is (206,149,128). Sum of RGB (Red+Green+Blue) = 206+149+128=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9580 is #316A7F. Grayscale: #A3A3A3. Windows color (decimal): -3238528 or 8426958. OLE color: 8426958.

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

Color convert

RGB 206 149 128 -
CMYK 0 0.28 0.38 0.19
HSL 16.15º 0.44% 0.65% -
HSV(B) 16.15º 0.38% 0.81% -
XYZ 40.1 36.18 25.29 -
YUV 163.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 206 149 128 0 0.28 0.38 0.19 16.15 0.44 0.65
Hex CE 95 80 0 1C 26 13 10 2C 41
Octal 316 225 200 0 34 46 23 20 54 101
Binary 11001110 10010101 10000000 0 11100 100110 10011 10000 101100 1000001

Color Harmonies of #CE9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9580

Black with #CE9580

Text Example


Text Example

White with #CE9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9580; }

 p { color: rgb(206,149,128); }

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

background-color css

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

 a { background-color: rgb(206,149,128); }

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

border-color css

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

 span { border-color: rgb(206,149,128); }

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