#CB987D

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

Shades of Feldspar #CB987D

Tints of Feldspar #CB987D

Color information

#CB987D (or 0xCB987D) is unknown color: approx Feldspar. HEX triplet: CB, 98 and 7D. RGB value is (203,152,125). Sum of RGB (Red+Green+Blue) = 203+152+125=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987D is #346782. Grayscale: #A4A4A4. Windows color (decimal): -3434371 or 8231115. OLE color: 8231115.

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

Color convert

RGB203152125-
CMYK00.250.380.20
HSL20.77º42.86%64.31%-
HSV(B)20.77º38.42%79.61%-
XYZ39.5636.6324.39-
YUV164.17105.9155.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=42.29%
G=31.67%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315212500.250.380.2020.7742.8664.31
HexCB987D0192614152b40
Octal31323017503146242553100
Binary1100101110011000111110101100110011010100101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB987D; }

 p { color: rgb(203,152,125); }

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

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

 a { background-color: rgb(203,152,125); }

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

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

 span { border-color: rgb(203,152,125); }

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