#CD9275

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

Shades of Feldspar #CD9275

Tints of Feldspar #CD9275

Color information

#CD9275 (or 0xCD9275) is unknown color: approx Feldspar. HEX triplet: CD, 92 and 75. RGB value is (205,146,117). Sum of RGB (Red+Green+Blue) = 205+146+117=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9275 is #326D8A. Grayscale: #A0A0A0. Windows color (decimal): -3304843 or 7705293. OLE color: 7705293.

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

Color convert

RGB205146117-
CMYK00.290.430.20
HSL19.77º46.81%63.14%-
HSV(B)19.77º42.93%80.39%-
XYZ38.6734.8221.51-
YUV160.33103.55159.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 117 (46.09% from 255) = 25%
R=43.80%
G=31.20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514611700.290.430.2019.7746.8163.14
HexCD927501D2B14142f3f
Octal3152221650355324245777
Binary110011011001001011101010111011010111010010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9275; }

 p { color: rgb(205,146,117); }

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

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

 a { background-color: rgb(205,146,117); }

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

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

 span { border-color: rgb(205,146,117); }

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