#CD9079

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

Shades of Feldspar #CD9079

Tints of Feldspar #CD9079

Color information

#CD9079 (or 0xCD9079) is unknown color: approx Feldspar. HEX triplet: CD, 90 and 79. RGB value is (205,144,121). Sum of RGB (Red+Green+Blue) = 205+144+121=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9079 is #326F86. Grayscale: #9F9F9F. Windows color (decimal): -3305351 or 7966925. OLE color: 7966925.

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

Color convert

RGB205144121-
CMYK00.300.410.20
HSL16.43º45.65%63.92%-
HSV(B)16.43º40.98%80.39%-
XYZ38.634.3122.68-
YUV159.62106.21160.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=43.62%
G=30.64%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514412100.300.410.2016.4345.6563.92
HexCD907901E2914102e40
Octal31522017103651242056100
Binary1100110110010000111100101111010100110100100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9079; }

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

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

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

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

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

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

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

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