#CB916F

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

Shades of Feldspar #CB916F

Tints of Feldspar #CB916F

Color information

#CB916F (or 0xCB916F) is unknown color: approx Feldspar. HEX triplet: CB, 91 and 6F. RGB value is (203,145,111). Sum of RGB (Red+Green+Blue) = 203+145+111=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB916F is #346E90. Grayscale: #9E9E9E. Windows color (decimal): -3436177 or 7311819. OLE color: 7311819.

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

Color convert

RGB203145111-
CMYK00.290.450.20
HSL22.17º46.94%61.57%-
HSV(B)22.17º45.32%79.61%-
XYZ37.6234.119.64-
YUV158.47101.22159.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=44.23%
G=31.59%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314511100.290.450.2022.1746.9461.57
HexCB916F01D2D14162f3e
Octal3132211570355524265776
Binary110010111001000111011110111011011011010010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB916F; }

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

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

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

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

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

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

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

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