#CD8E7B

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

Shades of Feldspar #CD8E7B

Tints of Feldspar #CD8E7B

Color information

#CD8E7B (or 0xCD8E7B) is unknown color: approx Feldspar. HEX triplet: CD, 8E and 7B. RGB value is (205,142,123). Sum of RGB (Red+Green+Blue) = 205+142+123=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8E7B is #327184. Grayscale: #9E9E9E. Windows color (decimal): -3305861 or 8097485. OLE color: 8097485.

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

Color convert

RGB205142123-
CMYK00.310.40.20
HSL13.9º45.05%64.31%-
HSV(B)13.9º40%80.39%-
XYZ38.4233.7623.23-
YUV158.67107.87161.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=43.62%
G=30.21%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514212300.310.40.2013.945.0564.31
HexCD8E7B01F2814e2d40
Octal31521617303750241655100
Binary110011011000111011110110111111010001010011101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E7B; }

 p { color: rgb(205,142,123); }

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

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

 a { background-color: rgb(205,142,123); }

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

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

 span { border-color: rgb(205,142,123); }

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