#CD8775

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

Shades of Feldspar #CD8775

Tints of Feldspar #CD8775

Color information

#CD8775 (or 0xCD8775) is unknown color: approx Feldspar. HEX triplet: CD, 87 and 75. RGB value is (205,135,117). Sum of RGB (Red+Green+Blue) = 205+135+117=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8775 is #32788A. Grayscale: #9A9A9A. Windows color (decimal): -3307659 or 7702477. OLE color: 7702477.

HSL color Cylindrical-coordinate representation of color #CD8775: hue angle of 12.27º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD8775 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205135117-
CMYK00.340.430.20
HSL12.27º46.81%63.14%-
HSV(B)12.27º42.93%80.39%-
XYZ37.0531.5920.97-
YUV153.88107.19164.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=44.86%
G=29.54%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513511700.340.430.2012.2746.8163.14
HexCD87750222B14c2f3f
Octal3152071650425324145777
Binary110011011000011111101010100010101011101001100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8775; }

 p { color: rgb(205,135,117); }

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

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

 a { background-color: rgb(205,135,117); }

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

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

 span { border-color: rgb(205,135,117); }

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