#CD907D

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

Shades of Feldspar #CD907D

Tints of Feldspar #CD907D

Color information

#CD907D (or 0xCD907D) is unknown color: approx Feldspar. HEX triplet: CD, 90 and 7D. RGB value is (205,144,125). Sum of RGB (Red+Green+Blue) = 205+144+125=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD907D is #326F82. Grayscale: #A0A0A0. Windows color (decimal): -3305347 or 8229069. OLE color: 8229069.

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

Color convert

RGB205144125-
CMYK00.300.390.20
HSL14.25º44.44%64.71%-
HSV(B)14.25º39.02%80.39%-
XYZ38.8534.4124-
YUV160.07108.21160.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=43.25%
G=30.38%
B=26.37%

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
Decimal20514412500.300.390.2014.2544.4464.71
HexCD907D01E2714e2c41
Octal31522017503647241654101
Binary110011011001000011111010111101001111010011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD907D; }

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

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

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

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

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

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

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

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