#CB956F

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

Shades of Feldspar #CB956F

Tints of Feldspar #CB956F

Color information

#CB956F (or 0xCB956F) is unknown color: approx Feldspar. HEX triplet: CB, 95 and 6F. RGB value is (203,149,111). Sum of RGB (Red+Green+Blue) = 203+149+111=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB956F is #346A90. Grayscale: #A1A1A1. Windows color (decimal): -3435153 or 7312843. OLE color: 7312843.

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

Color convert

RGB203149111-
CMYK00.270.450.20
HSL24.78º46.94%61.57%-
HSV(B)24.78º45.32%79.61%-
XYZ38.2535.3419.84-
YUV160.8199.89158.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=43.84%
G=32.18%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314911100.270.450.2024.7846.9461.57
HexCB956F01B2D14192f3e
Octal3132251570335524315776
Binary110010111001010111011110110111011011010011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB956F; }

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

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

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

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

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

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

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

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