#CD9377

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

Shades of Feldspar #CD9377

Tints of Feldspar #CD9377

Color information

#CD9377 (or 0xCD9377) is unknown color: approx Feldspar. HEX triplet: CD, 93 and 77. RGB value is (205,147,119). Sum of RGB (Red+Green+Blue) = 205+147+119=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9377 is #326C88. Grayscale: #A1A1A1. Windows color (decimal): -3304585 or 7836621. OLE color: 7836621.

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

Color convert

RGB205147119-
CMYK00.280.420.20
HSL19.53º46.24%63.53%-
HSV(B)19.53º41.95%80.39%-
XYZ38.9435.1822.19-
YUV161.15104.22159.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=43.52%
G=31.21%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514711900.280.420.2019.5346.2463.53
HexCD937701C2A14142e40
Octal31522316703452242456100
Binary1100110110010011111011101110010101010100101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9377; }

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

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

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

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

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

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

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

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