#CB946F

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

Shades of Feldspar #CB946F

Tints of Feldspar #CB946F

Color information

#CB946F (or 0xCB946F) is unknown color: approx Feldspar. HEX triplet: CB, 94 and 6F. RGB value is (203,148,111). Sum of RGB (Red+Green+Blue) = 203+148+111=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB946F is #346B90. Grayscale: #A0A0A0. Windows color (decimal): -3435409 or 7312587. OLE color: 7312587.

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

Color convert

RGB203148111-
CMYK00.270.450.20
HSL24.13º46.94%61.57%-
HSV(B)24.13º45.32%79.61%-
XYZ38.0935.0219.79-
YUV160.23100.22158.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=43.94%
G=32.03%
B=24.03%

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
Decimal20314811100.270.450.2024.1346.9461.57
HexCB946F01B2D14182f3e
Octal3132241570335524305776
Binary110010111001010011011110110111011011010011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB946F; }

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

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

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

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

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

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

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

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