#CD9076

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

Shades of Feldspar #CD9076

Tints of Feldspar #CD9076

Color information

#CD9076 (or 0xCD9076) is unknown color: approx Feldspar. HEX triplet: CD, 90 and 76. RGB value is (205,144,118). Sum of RGB (Red+Green+Blue) = 205+144+118=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9076 is #326F89. Grayscale: #9F9F9F. Windows color (decimal): -3305354 or 7770317. OLE color: 7770317.

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

Color convert

RGB205144118-
CMYK00.300.420.20
HSL17.93º46.52%63.33%-
HSV(B)17.93º42.44%80.39%-
XYZ38.4234.2321.72-
YUV159.27104.71160.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=43.90%
G=30.84%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514411800.300.420.2017.9346.5263.33
HexCD907601E2A14122f3f
Octal3152201660365224225777
Binary110011011001000011101100111101010101010010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9076; }

 p { color: rgb(205,144,118); }

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

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

 a { background-color: rgb(205,144,118); }

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

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

 span { border-color: rgb(205,144,118); }

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