#CD8F7C

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

Shades of Feldspar #CD8F7C

Tints of Feldspar #CD8F7C

Color information

#CD8F7C (or 0xCD8F7C) is unknown color: approx Feldspar. HEX triplet: CD, 8F and 7C. RGB value is (205,143,124). Sum of RGB (Red+Green+Blue) = 205+143+124=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F7C is #327083. Grayscale: #9F9F9F. Windows color (decimal): -3305604 or 8163277. OLE color: 8163277.

HSL color Cylindrical-coordinate representation of color #CD8F7C: hue angle of 14.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD8F7C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205143124-
CMYK00.300.400.20
HSL14.07º44.75%64.51%-
HSV(B)14.07º39.51%80.39%-
XYZ38.6434.0823.61-
YUV159.37108.04160.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=43.43%
G=30.30%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514312400.300.400.2014.0744.7564.51
HexCD8F7C01E2814e2d41
Octal31521717403650241655101
Binary110011011000111111111000111101010001010011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F7C; }

 p { color: rgb(205,143,124); }

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

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

 a { background-color: rgb(205,143,124); }

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

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

 span { border-color: rgb(205,143,124); }

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