#CD9777

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

Shades of Feldspar #CD9777

Tints of Feldspar #CD9777

Color information

#CD9777 (or 0xCD9777) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 77. RGB value is (205,151,119). Sum of RGB (Red+Green+Blue) = 205+151+119=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9777 is #326888. Grayscale: #A3A3A3. Windows color (decimal): -3303561 or 7837645. OLE color: 7837645.

HSL color Cylindrical-coordinate representation of color #CD9777: hue angle of 22.33º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD9777 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205151119-
CMYK00.260.420.20
HSL22.33º46.24%63.53%-
HSV(B)22.33º41.95%80.39%-
XYZ39.5736.4422.4-
YUV163.5102.89157.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=43.16%
G=31.79%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515111900.260.420.2022.3346.2463.53
HexCD977701A2A14162e40
Octal31522716703252242656100
Binary1100110110010111111011101101010101010100101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9777; }

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

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

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

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

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

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

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

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