#CD996F

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

Shades of Feldspar #CD996F

Tints of Feldspar #CD996F

Color information

#CD996F (or 0xCD996F) is unknown color: approx Feldspar. HEX triplet: CD, 99 and 6F. RGB value is (205,153,111). Sum of RGB (Red+Green+Blue) = 205+153+111=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD996F is #326690. Grayscale: #A3A3A3. Windows color (decimal): -3303057 or 7313869. OLE color: 7313869.

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

Color convert

RGB205153111-
CMYK00.250.460.20
HSL26.81º48.45%61.96%-
HSV(B)26.81º45.85%80.39%-
XYZ39.4436.9120.08-
YUV163.7698.23157.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=43.71%
G=32.62%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515311100.250.460.2026.8148.4561.96
HexCD996F0192E141b303e
Octal3152311570315624336076
Binary110011011001100111011110110011011101010011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD996F; }

 p { color: rgb(205,153,111); }

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

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

 a { background-color: rgb(205,153,111); }

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

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

 span { border-color: rgb(205,153,111); }

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