#CD927A

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

Shades of Feldspar #CD927A

Tints of Feldspar #CD927A

Color information

#CD927A (or 0xCD927A) is unknown color: approx Feldspar. HEX triplet: CD, 92 and 7A. RGB value is (205,146,122). Sum of RGB (Red+Green+Blue) = 205+146+122=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD927A is #326D85. Grayscale: #A1A1A1. Windows color (decimal): -3304838 or 8032973. OLE color: 8032973.

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

Color convert

RGB205146122-
CMYK00.290.400.20
HSL17.35º45.36%64.12%-
HSV(B)17.35º40.49%80.39%-
XYZ38.9734.9423.1-
YUV160.9106.05159.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=43.34%
G=30.87%
B=25.79%

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
Decimal20514612200.290.400.2017.3545.3664.12
HexCD927A01D2814112d40
Octal31522217203550242155100
Binary1100110110010010111101001110110100010100100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD927A; }

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

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

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

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

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

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

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

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