#CB957D

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

Shades of Feldspar #CB957D

Tints of Feldspar #CB957D

Color information

#CB957D (or 0xCB957D) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 7D. RGB value is (203,149,125). Sum of RGB (Red+Green+Blue) = 203+149+125=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB957D is #346A82. Grayscale: #A2A2A2. Windows color (decimal): -3435139 or 8230347. OLE color: 8230347.

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

Color convert

RGB203149125-
CMYK00.270.380.20
HSL18.46º42.86%64.31%-
HSV(B)18.46º38.42%79.61%-
XYZ39.0835.6724.23-
YUV162.41106.89156.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=42.56%
G=31.24%
B=26.21%

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
Decimal20314912500.270.380.2018.4642.8664.31
HexCB957D01B2614122b40
Octal31322517503346242253100
Binary1100101110010101111110101101110011010100100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB957D; }

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

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

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

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

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

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

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

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