#cd9c75

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

Shades of Feldspar #CD9C75

Tints of Feldspar #CD9C75

Color information

#CD9C75 (or 0xCD9C75) is unknown color: approx Feldspar. HEX triplet: CD, 9C and 75. RGB value is (205,156,117). Sum of RGB (Red+Green+Blue) = 205+156+117=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C75 is #32638A. Grayscale: #A6A6A6. Windows color (decimal): -3302283 or 7707853. OLE color: 7707853.

HSL color Cylindrical-coordinate representation of color #CD9C75: hue angle of 26.59º 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 #CD9C75 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205156117-
CMYK00.240.430.20
HSL26.59º46.81%63.14%-
HSV(B)26.59º42.93%80.39%-
XYZ40.2838.0422.05-
YUV166.2100.23155.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=42.89%
G=32.64%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515611700.240.430.2026.5946.8163.14
HexCD9C750182B141b2f3f
Octal3152341650305324335777
Binary110011011001110011101010110001010111010011011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9c75; }

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

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

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

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

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

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

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

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