#CD8973

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

Shades of Feldspar #CD8973

Tints of Feldspar #CD8973

Color information

#CD8973 (or 0xCD8973) is unknown color: approx Feldspar. HEX triplet: CD, 89 and 73. RGB value is (205,137,115). Sum of RGB (Red+Green+Blue) = 205+137+115=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8973 is #32768C. Grayscale: #9A9A9A. Windows color (decimal): -3307149 or 7571917. OLE color: 7571917.

HSL color Cylindrical-coordinate representation of color #CD8973: hue angle of 14.67º degrees, saturation: 0.47, 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 #CD8973 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205137115-
CMYK00.330.440.20
HSL14.67º47.37%62.75%-
HSV(B)14.67º43.9%80.39%-
XYZ37.2232.1120.46-
YUV154.82105.53163.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=44.86%
G=29.98%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513711500.330.440.2014.6747.3762.75
HexCD89730212C14f2f3f
Octal3152111630415424175777
Binary110011011000100111100110100001101100101001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8973; }

 p { color: rgb(205,137,115); }

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

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

 a { background-color: rgb(205,137,115); }

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

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

 span { border-color: rgb(205,137,115); }

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