#CB957F

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

Shades of Feldspar #CB957F

Tints of Feldspar #CB957F

Color information

#CB957F (or 0xCB957F) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 7F. RGB value is (203,149,127). Sum of RGB (Red+Green+Blue) = 203+149+127=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB957F is #346A80. Grayscale: #A2A2A2. Windows color (decimal): -3435137 or 8361419. OLE color: 8361419.

HSL color Cylindrical-coordinate representation of color #CB957F: hue angle of 17.37º 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 #CB957F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203149127-
CMYK00.270.370.20
HSL17.37º42.22%64.71%-
HSV(B)17.37º37.44%79.61%-
XYZ39.2135.7224.91-
YUV162.64107.89156.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 127 (50% from 255) = 26.51%
R=42.38%
G=31.11%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314912700.270.370.2017.3742.2264.71
HexCB957F01B2514112a41
Octal31322517703345242152101
Binary1100101110010101111111101101110010110100100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB957F; }

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

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

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

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

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

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

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

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