#CD8D7A

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

Shades of Feldspar #CD8D7A

Tints of Feldspar #CD8D7A

Color information

#CD8D7A (or 0xCD8D7A) is unknown color: approx Feldspar. HEX triplet: CD, 8D and 7A. RGB value is (205,141,122). Sum of RGB (Red+Green+Blue) = 205+141+122=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D7A is #327285. Grayscale: #9E9E9E. Windows color (decimal): -3306118 or 8031693. OLE color: 8031693.

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

Color convert

RGB205141122-
CMYK00.310.400.20
HSL13.73º45.36%64.12%-
HSV(B)13.73º40.49%80.39%-
XYZ38.2133.4322.85-
YUV157.97107.7161.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=43.80%
G=30.13%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514112200.310.400.2013.7345.3664.12
HexCD8D7A01F2814e2d40
Octal31521517203750241655100
Binary110011011000110111110100111111010001010011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8D7A; }

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

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

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

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

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

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

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

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