#cd8c72

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

Shades of Feldspar #CD8C72

Tints of Feldspar #CD8C72

Color information

#CD8C72 (or 0xCD8C72) is unknown color: approx Feldspar. HEX triplet: CD, 8C and 72. RGB value is (205,140,114). Sum of RGB (Red+Green+Blue) = 205+140+114=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C72 is #32738D. Grayscale: #9C9C9C. Windows color (decimal): -3306382 or 7507149. OLE color: 7507149.

HSL color Cylindrical-coordinate representation of color #CD8C72: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8C72 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205140114-
CMYK00.320.440.20
HSL17.14º47.64%62.55%-
HSV(B)17.14º44.39%80.39%-
XYZ37.5932.9520.3-
YUV156.47104.03162.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=44.66%
G=30.50%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514011400.320.440.2017.1447.6462.55
HexCD8C720202C1411303f
Octal3152141620405424216077
Binary1100110110001100111001001000001011001010010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8c72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8c72; }

 p { color: rgb(205,140,114); }

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

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

 a { background-color: rgb(205,140,114); }

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

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

 span { border-color: rgb(205,140,114); }

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