#CB947E

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

Shades of Feldspar #CB947E

Tints of Feldspar #CB947E

Color information

#CB947E (or 0xCB947E) is unknown color: approx Feldspar. HEX triplet: CB, 94 and 7E. RGB value is (203,148,126). Sum of RGB (Red+Green+Blue) = 203+148+126=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB947E is #346B81. Grayscale: #A2A2A2. Windows color (decimal): -3435394 or 8295627. OLE color: 8295627.

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

Color convert

RGB203148126-
CMYK00.270.380.20
HSL17.14º42.54%64.51%-
HSV(B)17.14º37.93%79.61%-
XYZ38.9835.3824.51-
YUV161.94107.72157.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=42.56%
G=31.03%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314812600.270.380.2017.1442.5464.51
HexCB947E01B2614112b41
Octal31322417603346242153101
Binary1100101110010100111111001101110011010100100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB947E; }

 p { color: rgb(203,148,126); }

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

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

 a { background-color: rgb(203,148,126); }

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

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

 span { border-color: rgb(203,148,126); }

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