#CD8E79

Color #CD8E79 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CD8E79

Tints of Feldspar #CD8E79

Color information

#CD8E79 (or 0xCD8E79) is unknown color: approx Feldspar. HEX triplet: CD, 8E and 79. RGB value is (205,142,121). Sum of RGB (Red+Green+Blue) = 205+142+121=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E79 is #327186. Grayscale: #9E9E9E. Windows color (decimal): -3305863 or 7966413. OLE color: 7966413.

HSL color Cylindrical-coordinate representation of color #CD8E79: hue angle of 15º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD8E79 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205142121-
CMYK00.310.410.20
HSL15º45.65%63.92%-
HSV(B)15º40.98%80.39%-
XYZ38.333.7122.58-
YUV158.44106.87161.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 142 (55.86% from 255) = 30.34%
BLUE value IS 121 (47.66% from 255) = 25.85%
R=43.80%
G=30.34%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514212100.310.410.201545.6563.92
HexCD8E7901F2914f2e40
Octal31521617103751241756100
Binary110011011000111011110010111111010011010011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E79; }

 p { color: rgb(205,142,121); }

 H1.HeaderClassName
 {
   color: #CD8E79;
 }
 .AnyTagClassName
 {
   color: #CD8E79;
 }
</style>
background-color css

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

 a { background-color: rgb(205,142,121); }

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

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

 span { border-color: rgb(205,142,121); }

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