#CD9775

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

Shades of Feldspar #CD9775

Tints of Feldspar #CD9775

Color information

#CD9775 (or 0xCD9775) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 75. RGB value is (205,151,117). Sum of RGB (Red+Green+Blue) = 205+151+117=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9775 is #32688A. Grayscale: #A3A3A3. Windows color (decimal): -3303563 or 7706573. OLE color: 7706573.

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

Color convert

RGB205151117-
CMYK00.260.430.20
HSL23.18º46.81%63.14%-
HSV(B)23.18º42.93%80.39%-
XYZ39.4536.421.78-
YUV163.27101.89157.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=43.34%
G=31.92%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515111700.260.430.2023.1846.8163.14
HexCD977501A2B14172f3f
Octal3152271650325324275777
Binary110011011001011111101010110101010111010010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9775; }

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

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

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

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

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

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

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

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