#CD917A

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

Shades of Feldspar #CD917A

Tints of Feldspar #CD917A

Color information

#CD917A (or 0xCD917A) is unknown color: approx Feldspar. HEX triplet: CD, 91 and 7A. RGB value is (205,145,122). Sum of RGB (Red+Green+Blue) = 205+145+122=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CD917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD917A is #326E85. Grayscale: #A0A0A0. Windows color (decimal): -3305094 or 8032717. OLE color: 8032717.

HSL color Cylindrical-coordinate representation of color #CD917A: hue angle of 16.63º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD917A is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205145122-
CMYK00.290.400.20
HSL16.63º45.36%64.12%-
HSV(B)16.63º40.49%80.39%-
XYZ38.8234.6423.05-
YUV160.32106.38159.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.43%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=43.43%
G=30.72%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514512200.290.400.2016.6345.3664.12
HexCD917A01D2814112d40
Octal31522117203550242155100
Binary1100110110010001111101001110110100010100100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD917A; }

 p { color: rgb(205,145,122); }

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

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

 a { background-color: rgb(205,145,122); }

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

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

 span { border-color: rgb(205,145,122); }

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