#CD907E

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

Shades of Feldspar #CD907E

Tints of Feldspar #CD907E

Color information

#CD907E (or 0xCD907E) is unknown color: approx Feldspar. HEX triplet: CD, 90 and 7E. RGB value is (205,144,126). Sum of RGB (Red+Green+Blue) = 205+144+126=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD907E is #326F81. Grayscale: #A0A0A0. Windows color (decimal): -3305346 or 8294605. OLE color: 8294605.

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

Color convert

RGB205144126-
CMYK00.300.390.20
HSL13.67º44.13%64.9%-
HSV(B)13.67º38.54%80.39%-
XYZ38.9234.4324.33-
YUV160.19108.71159.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=43.16%
G=30.32%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514412600.300.390.2013.6744.1364.9
HexCD907E01E2714e2c41
Octal31522017603647241654101
Binary110011011001000011111100111101001111010011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD907E; }

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

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

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

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

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

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

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

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