#CD9772

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

Shades of Feldspar #CD9772

Tints of Feldspar #CD9772

Color information

#CD9772 (or 0xCD9772) is unknown color: approx Feldspar. HEX triplet: CD, 97 and 72. RGB value is (205,151,114). Sum of RGB (Red+Green+Blue) = 205+151+114=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9772 is #32688D. Grayscale: #A3A3A3. Windows color (decimal): -3303566 or 7509965. OLE color: 7509965.

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

Color convert

RGB205151114-
CMYK00.260.440.20
HSL24.4º47.64%62.55%-
HSV(B)24.4º44.39%80.39%-
XYZ39.2836.3320.86-
YUV162.93100.39158.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=43.62%
G=32.13%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515111400.260.440.2024.447.6462.55
HexCD977201A2C1418303f
Octal3152271620325424306077
Binary110011011001011111100100110101011001010011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9772; }

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

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

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

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

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

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

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

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