#CD9573

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

Shades of Feldspar #CD9573

Tints of Feldspar #CD9573

Color information

#CD9573 (or 0xCD9573) is unknown color: approx Feldspar. HEX triplet: CD, 95 and 73. RGB value is (205,149,115). Sum of RGB (Red+Green+Blue) = 205+149+115=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9573 is #326A8C. Grayscale: #A2A2A2. Windows color (decimal): -3304077 or 7574989. OLE color: 7574989.

HSL color Cylindrical-coordinate representation of color #CD9573: hue angle of 22.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 #CD9573 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205149115-
CMYK00.270.440.20
HSL22.67º47.37%62.75%-
HSV(B)22.67º43.9%80.39%-
XYZ39.0235.7121.06-
YUV161.87101.55158.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=43.71%
G=31.77%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514911500.270.440.2022.6747.3762.75
HexCD957301B2C14172f3f
Octal3152251630335424275777
Binary110011011001010111100110110111011001010010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9573; }

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

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

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

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

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

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

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

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