#CB987F

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

Shades of Feldspar #CB987F

Tints of Feldspar #CB987F

Color information

#CB987F (or 0xCB987F) is unknown color: approx Feldspar. HEX triplet: CB, 98 and 7F. RGB value is (203,152,127). Sum of RGB (Red+Green+Blue) = 203+152+127=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987F is #346780. Grayscale: #A4A4A4. Windows color (decimal): -3434369 or 8362187. OLE color: 8362187.

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

Color convert

RGB203152127-
CMYK00.250.370.20
HSL19.74º42.22%64.71%-
HSV(B)19.74º37.44%79.61%-
XYZ39.6936.6925.07-
YUV164.4106.9155.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 127 (50% from 255) = 26.35%
R=42.12%
G=31.54%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315212700.250.370.2019.7442.2264.71
HexCB987F0192514142a41
Octal31323017703145242452101
Binary1100101110011000111111101100110010110100101001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB987F; }

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

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

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

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

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

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

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

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